From 9a1aca5d1b5db81dba2fd8613fd1b002a1e31c3d Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 7 Jul 2026 17:48:48 +0800 Subject: [PATCH] up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c90e69..e1e5de3 100644 --- a/Makefile +++ b/Makefile @@ -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.4-$(GIT_HASH) +VERSION = 0.3.5-$(GIT_HASH) LDFLAGS = -s -w -X lmvpn/internal/version.Version=$(VERSION) .PHONY: all build app run daemon clean vet tidy fmt icon build-windows