From b177ccc72b01779397c5f7d33605f13353140758 Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Sun, 14 May 2023 17:45:02 +0000 Subject: [PATCH] (v0.0.12) 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 3c1cec61..c3337968 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.0.11" +const VERSION = "0.0.12"