From 7de50c833128dc361b8cb30a1a90f3b1278a4445 Mon Sep 17 00:00:00 2001 From: bannedbook Date: Fri, 8 May 2020 16:20:32 +0800 Subject: [PATCH] update --- gitupdate.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitupdate.bat b/gitupdate.bat index d4e384f..ba3a950 100644 --- a/gitupdate.bat +++ b/gitupdate.bat @@ -3,6 +3,6 @@ git pull origin master git add -A git commit -m "update" git push origin master -git tag -a v5.0.6.9 -m "release v5.0.6.10" +git tag -a v5.0.6.10 -m "release v5.0.6.10" git push origin --tags pause \ No newline at end of file