Browse Source

fix: change labourManager

DESKTOP-USV654P\pc 3 months ago
parent
commit
fde7b8c13a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

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