From 441f7731af05f2d5c092bca0d537a318bac7b458 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 02:21:35 +0800 Subject: [PATCH] build: use stable local macOS signing --- VoiceSnapGo/app.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/VoiceSnapGo/app.go b/VoiceSnapGo/app.go index c296b47..efd4a6c 100755 --- a/VoiceSnapGo/app.go +++ b/VoiceSnapGo/app.go @@ -27,7 +27,7 @@ const ( appVersion = "2.1.1" - appBuild = "20260518.0125" + appBuild = "20260518.0211" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "VoiceSnap" -- Gitblit v1.9.3