From f176df4bc4db46cd502116a7c834633f14832b76 Mon Sep 17 00:00:00 2001 From: zhilv Date: Mon, 22 Dec 2025 14:26:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9E=84=E5=BB=BA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=8A=A8=E6=80=81=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f8ac97..4c94afc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OUTPUT := ./bin/$(APP_NAME).exe GO := go # Version info -VERSION := 1.0.1 +VERSION := $(shell git describe --tags --abbrev=0) GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo none) BUILD_TIME := $(shell date -u +%Y-%m-%dT%H:%M:%SZ)