Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamun committed Jul 25, 2023
1 parent 7a5928d commit 723f162
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.049"
release_version="v0.0.050"

#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.049" -a
git commit -m "Release new version 0.0.050" -a
git merge main
git push

Expand Down

0 comments on commit 723f162

Please sign in to comment.