From 47e0419e81ee015b469cc9f2a891cad8fa505eec Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 17:54:50 +0800 Subject: [PATCH] build: apply selected macOS app icon --- VoiceSnapGo/app.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceSnapGo/app.go b/VoiceSnapGo/app.go index 595d31c..dd957bc 100755 --- a/VoiceSnapGo/app.go +++ b/VoiceSnapGo/app.go @@ -26,8 +26,8 @@ ) const ( - appVersion = "2.1.3" - appBuild = "20260518.1651" + appVersion = "2.1.4" + appBuild = "20260518.1748" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "VoiceSnap" -- Gitblit v1.9.3