This commit is contained in:
2026-07-07 19:57:54 +08:00
parent 4108adf1f7
commit 45b9fa24a1
+1 -1
View File
@@ -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)