From ad29fc24049dc46df89cbd6137068d0e06ff6685 Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Thu, 18 Jan 2024 20:18:01 +0000 Subject: [PATCH] (v1.0.1) 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 e64fc310..09770087 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 = "1.0.0" +const VERSION = "1.0.1"