chore: bump version to 0.2.1

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
xfy 2026-04-17 15:07:28 +08:00
parent 7a589fec18
commit 8f6991fb3d

View File

@ -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")