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"