From 85ccf0c94b84274486a58794210e8534f38cccd4 Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Sat, 10 Aug 2019 22:13:54 -0400 Subject: [PATCH] Change version to 0.2.0-alpha.2 --- psu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 psu diff --git a/psu b/psu old mode 100644 new mode 100755 index f6cecef..8aa305d --- a/psu +++ b/psu @@ -25,7 +25,7 @@ set -e # None # ############################ main() { - VERSION="0.2.0-alpha.1" + VERSION="0.2.0-alpha.2" ACTIONS="deploy undeploy list info services tasks tasks_healthy containers status help version" set_globals "$@"