From c4eb009e9d91900fb5b8c55163d82a0b9fd67f48 Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Tue, 29 Aug 2023 03:11:28 +0000 Subject: [PATCH] (v0.1.5) Automated packaging of release by Packagr --- backend/pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pkg/version/version.go b/backend/pkg/version/version.go index b10d6901..9f4a7354 100644 --- a/backend/pkg/version/version.go +++ b/backend/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.1.4" +const VERSION = "0.1.5"