DESKTOP-USV654P\pc 3 месяцев назад
Родитель
Сommit
fde7b8c13a
1 измененных файлов с 2 добавлено и 2 удалено
  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