mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix version
This commit is contained in:
parent
63c5a727b8
commit
0ae5f96a4e
2
psu
2
psu
@ -26,7 +26,7 @@ set -e
|
|||||||
############################
|
############################
|
||||||
main() {
|
main() {
|
||||||
# Set arguments through envvars
|
# Set arguments through envvars
|
||||||
VERSION="0.2.0-alpha1"
|
VERSION="0.2.0-alpha.1"
|
||||||
ACTIONS="deploy undeploy list info services tasks tasks_healthy containers status help version"
|
ACTIONS="deploy undeploy list info services tasks tasks_healthy containers status help version"
|
||||||
|
|
||||||
set_globals "$@"
|
set_globals "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user