From 53f4bde4eb90fa1d829071d6cc788b15e28fddf2 Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Sat, 10 Aug 2019 21:35:29 -0400 Subject: [PATCH] Change VERSION to "0.2.0-alpha1" --- psu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 psu diff --git a/psu b/psu old mode 100755 new mode 100644 index 27f67ba..d0d8fb0 --- a/psu +++ b/psu @@ -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"