diff --git a/backend/pkg/version/version.go b/backend/pkg/version/version.go index 9f4a7354..685362f0 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.5" +const VERSION = "0.1.6"