bump version to 1.0.28

This commit is contained in:
2025-08-08 17:02:05 +02:00
parent 85cb868bff
commit 52c88bccb5
2 changed files with 3 additions and 1 deletions

BIN
release Executable file

Binary file not shown.

View File

@@ -132,9 +132,11 @@ os.rm('${install_hero_path}.backup') or {
cmd:='
git add . -A
git commit -am "bump version to ${new_version}"
git push
git checkout development
git pull origin development
git commit -am "bump version to ${new_version}"
git push
git remote set-url origin git@github.com:freeflowuniverse/herolib.git
git add ${hero_v_path} ${install_hero_path}