From d95525545b165cb93694c17a6c71f3d7ef1210b5 Mon Sep 17 00:00:00 2001 From: Gildas Cherruel Date: Tue, 25 Jul 2023 11:59:47 +0200 Subject: [PATCH] Bumped to version 0.8.2 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 99dd507..9020eda 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package gcloudcx var commit string // VERSION is the version of this application -var VERSION = "0.8.1" + commit +var VERSION = "0.8.2" + commit // APP is the name of the application const APP string = "GCloudCX Client"