From 044ce15321b34e5bcde3d2f1068ffc53eb41634a Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 19 Jun 2021 16:39:46 -0700 Subject: [PATCH] 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 3c1cec6..27c83b0 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.11" +const VERSION = "0.0.13"