up readme

This commit is contained in:
2026-07-07 19:43:48 +08:00
parent 3c076785f6
commit 6074dd5a73
2 changed files with 348 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ APP_BUNDLE = $(APP_NAME).app
GO = go
CGO_ENABLED = 1
GIT_HASH = $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
VERSION = 0.3.6-$(GIT_HASH)
VERSION = 0.3.7-$(GIT_HASH)
LDFLAGS = -s -w -X lmvpn/internal/version.Version=$(VERSION)
.PHONY: all build app run daemon clean vet tidy fmt icon icon-windows build-windows installer-windows