mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
versions_list=(1.0.0 1.1.0 2.0.0)
|
|
echo "${versions_list[@]}"
|