mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Change VERSION to "0.2.0-alpha" to follow Semantic Versioning 2.0.0
See https://semver.org/spec/v2.0.0.html
This commit is contained in:
parent
7e20c52b6e
commit
540d3678b0
2
psu
2
psu
@ -26,7 +26,7 @@ set -e
|
||||
############################
|
||||
main() {
|
||||
# Set arguments through envvars
|
||||
VERSION="0.2.0"
|
||||
VERSION="0.2.0-alpha"
|
||||
# TODO: Add a "containers" action, see: https://docs.docker.com/engine/api/v1.30/#operation/ContainerList
|
||||
ACTIONS="deploy undeploy list info services tasks tasks_healthy status help version"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user