asdf/test/fixtures/dummy_legacy_plugin/bin/list-all

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
155 B
Plaintext
Raw Normal View History

2020-03-06 17:13:53 -07:00
#!/usr/bin/env bash
versions_list=(1.0.0 1.1.0 2.0.0 3.0.0-alpha1 3.0.0-beta2 4.0.0 4.1.0-pre 5.0.0-Alpha1 5.1.0 5.2.0-Alpha2)
2020-03-06 17:13:53 -07:00
echo "${versions_list[@]}"