Browse Source

fix: change course erasure

DESKTOP-USV654P\pc 9 hours ago
parent
commit
d82ae83921
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 # 记录开始时间
 START_TIME := $(shell powershell -NoProfile -Command "Get-Date -UFormat %%s")
-V_TAG := v2.2.3
+V_TAG := v2.2.4
 
 checkDev:
 	git checkout dev