Skip to content

Commit

Permalink
Version 7.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Oct 15, 2024
1 parent 41069cb commit 6f77075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ endif
define mtp
make clean
echo "VERSION IS $(VERSION)"
git commit --all --message "Version $(VERSION)."
test -n "$(shell git status --porcelain)" && git commit --all --message "Version $(VERSION)."
git checkout main
git pull
git merge -m "Merge branch 'develop'" develop
Expand Down

0 comments on commit 6f77075

Please sign in to comment.