From 6ed83e8afb1af664054e926335bcfbbb949a2b95 Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Tue, 17 Oct 2023 21:47:56 +0000 Subject: [PATCH] (v0.1.8) 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 b1bc3c9a..1f5e4610 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.7" +const VERSION = "0.1.8"