From 3d9be8280f660dca5b5b843abb365d99807c9faf Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Mon, 28 Aug 2023 18:38:38 +0000 Subject: [PATCH] (v0.3.1) Automated packaging of release by Packagr --- 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 5b7ecf93e..0ea0307f3 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.3.0" +const VERSION = "0.3.1"