From a8be7f33cacd17d9a78e70f6d01940a56709b2b7 Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Sun, 26 Nov 2023 03:02:05 +0000 Subject: [PATCH] (v0.2.2) 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 8d37f90f..b04fe440 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.2.1" +const VERSION = "0.2.2"