From 409684902b607f9f7cdf0ff9e4fc21e03d09bdb0 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 19 Jun 2021 12:35:26 -0700 Subject: [PATCH] update the publishr 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 56e023e..2b93c21 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.4" +const VERSION = "0.0.5"