Change VERSION to "0.2.0-alpha1"

This commit is contained in:
Tortue Torche 2019-08-10 21:35:29 -04:00 committed by Tortue Torche
parent 540d3678b0
commit 53f4bde4eb

2
psu Executable file → Normal file
View File

@ -26,7 +26,7 @@ set -e
############################
main() {
# Set arguments through envvars
VERSION="0.2.0-alpha"
VERSION="0.2.0-alpha1"
# 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"