From c2d251c56cfc50178ac1c3631970e8224dca7ebe Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Sat, 15 Apr 2023 17:18:10 +0000 Subject: [PATCH] (v0.0.10) 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 cc8c3017b..b58d188bc 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.9" +const VERSION = "0.0.10"