Correctly add version in commit message
diff --git a/.scripts/tag_with_changelog.sh b/.scripts/tag_with_changelog.sh
index 883fd60..6c53908 100755
--- a/.scripts/tag_with_changelog.sh
+++ b/.scripts/tag_with_changelog.sh
@@ -37,7 +37,7 @@
 
 # Commit, tag and push
 git commit -m "Version $1"
-git tag -s $1 -m "Version $
+git tag -s $1 -m "Version $1
 
 $CHANGELOG"
 git push && git push --tags