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