From 944f8b508cb014c1f814033601d90c260b7695ef Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 16:22:33 +0800 Subject: [PATCH] design: add VoiceSnap icon candidates --- VoiceSnapGo/app.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/VoiceSnapGo/app.go b/VoiceSnapGo/app.go index 1e9e57d..e33d529 100755 --- a/VoiceSnapGo/app.go +++ b/VoiceSnapGo/app.go @@ -27,7 +27,7 @@ const ( appVersion = "2.1.1" - appBuild = "20260518.1541" + appBuild = "20260518.1604" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "VoiceSnap" -- Gitblit v1.9.3