#!/usr/bin/env bash
# SPDX-License-Identifier: MPL-2.0
set -euo pipefail

current_script_path="${BASH_SOURCE[0]}"
plugin_dir="$(dirname "$(dirname "$current_script_path")")"

# shellcheck source=../lib/utils.bash
source "$plugin_dir/lib/utils.bash"

list_all_versions | xargs echo
