From 1c4906c2667b674451b4fe0c8097b351a9f55e0b Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 9 Jul 2026 09:46:45 +0800 Subject: [PATCH] chore: bump version to 0.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c33f198..2118c91 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GO = go CGO_ENABLED = 1 WINDRES ?= x86_64-w64-mingw32-windres MINGW_CC ?= x86_64-w64-mingw32-gcc -SEMVER ?= 0.5.9 +SEMVER ?= 0.6.1 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)