From 8f6991fb3d823d1af936e39368b9461d5b32ff63 Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 17 Apr 2026 15:07:28 +0800 Subject: [PATCH] chore: bump version to 0.2.1 Co-Authored-By: Claude Opus 4.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9384ae7..12f60df 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # 版本信息 APP_NAME := lolly -VERSION := 0.2.0 +VERSION := 0.2.1 GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown") GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown") BUILD_TIME := $(shell date -u '+%Y-%m-%d %H:%M:%S UTC' 2>/dev/null || echo "unknown")