From 80b68922667c9266a478a13e508dd52d6f264f59 Mon Sep 17 00:00:00 2001 From: mixeme Date: Thu, 18 Jun 2026 22:41:25 +0300 Subject: [PATCH] Bump version to 0.3.3 --- src/app/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/version.go b/src/app/version.go index 8d10135..0751e02 100644 --- a/src/app/version.go +++ b/src/app/version.go @@ -3,4 +3,4 @@ package app // Version is the application version shown in the GUI and used by build // scripts in artifact names. It is a var rather than a const so release builds // can override it with Go ldflags when CI tags a build. -var Version = "0.3.2" +var Version = "0.3.3"