diff --git a/gitupdate.bat b/gitupdate.bat index d42a9bb..d4e384f 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.9" +git tag -a v5.0.6.9 -m "release v5.0.6.10" git push origin --tags pause \ No newline at end of file