chore: bump version to 0.2.1
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
7a589fec18
commit
8f6991fb3d
2
Makefile
2
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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user