From b60fe1fdeb1c106ab35ead2f9791dc89bc00b785 Mon Sep 17 00:00:00 2001 From: Toby Corbin Date: Thu, 5 Sep 2019 14:22:52 +0100 Subject: [PATCH] Update commands.go bump version to 0.3.1 ready for release --- actions/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/commands.go b/actions/commands.go index 9b3ef81c..ece7ac0e 100755 --- a/actions/commands.go +++ b/actions/commands.go @@ -21,7 +21,7 @@ import ( var tempFilePath = "installer-docker-compose.yaml" -const versionNum = "0.2.0" +const versionNum = "0.3.1" const healthEndpoint = "/api/v1/environment" //Commands for the installer