From 30b6518a2994e5756824afdd59e9855e6da12653 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 11 Mar 2022 09:52:56 -0800 Subject: [PATCH] Update version.go manually bump version. --- pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index fd3c7b8..fbb7514 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,4 +2,4 @@ package version // VERSION is the app-global version string, which will be replaced with a // new value during packaging -const VERSION = "0.0.6" +const VERSION = "0.0.7"