Skip to content

Commit

Permalink
New release 0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamun committed May 2, 2023
1 parent 1b31ab2 commit 4b3a056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#git checkout -b dev
#git push --set-upstream origin dev

release_version="v0.0.043"
release_version="v0.0.044"

#release_version="v$(date +'%Y.%m.%d.%H%M%S')"

echo "##############check out development ######################"

git checkout development
git commit -m "Release new version 0.0.043" -a
git commit -m "Release new version 0.0.044" -a
git merge main
git push

Expand Down

0 comments on commit 4b3a056

Please sign in to comment.