From b8d7f3940027ba41584165ae8da24f5ff3f127d0 Mon Sep 17 00:00:00 2001 From: bannedbook Date: Thu, 11 Jun 2020 15:37:10 +0800 Subject: [PATCH] update --- gitupdate.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitupdate.bat b/gitupdate.bat index 8c064c2..bdb4077 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.1.11 -m "release v5.1.11" +git tag -a v5.1.12 -m "release v5.1.12" git push origin --tags pause \ No newline at end of file