From a332857973c839c970cccd40de225d56c4e39658 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 7 Jul 2026 12:24:48 +0800 Subject: [PATCH] up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 300f6d8..e6c4c40 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.1.1-$(GIT_HASH) +VERSION = 0.2.5-$(GIT_HASH) LDFLAGS = -s -w -X lmvpn/internal/ui.Version=$(VERSION) .PHONY: all build app run daemon clean vet tidy fmt icon