From 540d3678b0e2d501aff0c264224833cd303365f5 Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Wed, 29 May 2019 14:58:36 +0200 Subject: [PATCH] Change VERSION to "0.2.0-alpha" to follow Semantic Versioning 2.0.0 See https://semver.org/spec/v2.0.0.html --- psu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psu b/psu index 091b1a5..27f67ba 100755 --- a/psu +++ b/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"