@@ -2,7 +2,7 @@
# 记录开始时间
START_TIME := $(shell powershell -NoProfile -Command "Get-Date -UFormat %%s")
-V_TAG := v2.2.2
+V_TAG := v2.2.3
checkDev:
git checkout dev
@@ -12,7 +12,7 @@ build:
commit:
git add . && \
- git commit --no-verify -m "fix: change student"
+ git commit --no-verify -m "fix: change labourManager"
checkPre:
git checkout pre