From 825443c94207230def2fb467bfa6e665478e03f2 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sun, 07 Jun 2026 01:42:53 +0800 Subject: [PATCH] Bump version to 2.1.29 experimental --- privatevoice.src/app.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/privatevoice.src/app.go b/privatevoice.src/app.go index 320ec71..9e06899 100755 --- a/privatevoice.src/app.go +++ b/privatevoice.src/app.go @@ -27,8 +27,8 @@ ) const ( - appVersion = "2.1.28" - appBuild = "20260605.0353" + appVersion = "2.1.29" + appBuild = "20260607.0141" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "PrivateVoice Dictation" -- Gitblit v1.9.3