From 45b9fa24a1932160e4e27e1c29841b6e6675c48d Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 7 Jul 2026 19:57:54 +0800 Subject: [PATCH] up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fb1aa1..b162788 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ APP_BUNDLE = $(APP_NAME).app GO = go CGO_ENABLED = 1 -SEMVER = 0.3.7 +SEMVER = 0.3.9 GIT_HASH = $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown) VERSION = $(SEMVER)-$(GIT_HASH) LDFLAGS = -s -w -X lmvpn/internal/version.Version=$(VERSION)