From b9c96267831433fb040842e4038b6631482ed90d Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 05 Jun 2026 02:23:54 +0800 Subject: [PATCH] Record App Store application identifier rebuild --- 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 82d4e89..05a781a 100755 --- a/privatevoice.src/app.go +++ b/privatevoice.src/app.go @@ -27,8 +27,8 @@ ) const ( - appVersion = "2.1.24" - appBuild = "20260603.1934" + appVersion = "2.1.28" + appBuild = "20260605.0216" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "PrivateVoice Dictation" -- Gitblit v1.9.3