diff --git a/Makefile b/Makefile index f6b7763f..beacc512 100644 --- a/Makefile +++ b/Makefile @@ -199,6 +199,7 @@ endif # merge, tag and push define mtp make clean + echo "VERSION IS $(VERSION)" git commit --all --message "Version $(VERSION)." git checkout main git pull