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