From 9104b5631f776b0e39730afb165ce69823fbaec0 Mon Sep 17 00:00:00 2001 From: bannedbook Date: Thu, 4 Jun 2020 22:44:22 +0800 Subject: [PATCH] update --- gitupdate.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitupdate.bat b/gitupdate.bat index b416a3c..245cfd9 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.8 -m "release v5.1.8" +git tag -a v5.1.8.1 -m "release v5.1.8.1" git push origin --tags pause \ No newline at end of file