From 9987bd9565fea172f7cee8bcd9852264913c93af Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 17 Jun 2021 15:26:09 -0700 Subject: [PATCH] fix version bump for bumpr. --- 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 49cd7ff..cc8c301 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.8" +const VERSION = "0.0.9"