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:
Tortue Torche 2019-05-29 14:58:36 +02:00 committed by Tortue Torche
parent 7e20c52b6e
commit 540d3678b0

2
psu
View File

@ -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"