Skip to content

Commit

Permalink
Release 0.0.045
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamun committed May 5, 2023
1 parent 4b3a056 commit 032d1b4
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.044"
release_version="v0.0.045"

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

Expand Down

0 comments on commit 032d1b4

Please sign in to comment.