Also, print the version tag in the summary message, then.
diff --git a/git-flow-release b/git-flow-release
index ff422e0..aebffa1 100644
--- a/git-flow-release
+++ b/git-flow-release
@@ -99,7 +99,7 @@
 	echo "Summary of actions:"
 	echo "- Latest objects have been fetched from '$ORIGIN'"
 	echo "- Release branch has been merged into '$MASTER_BRANCH'"
-	echo "- The release was tagged '$VERSION'"
+	echo "- The release was tagged '$VERSION_PREFIX$VERSION'"
 	echo "- Release branch has been back-merged into '$DEVELOP_BRANCH'"
 	echo "- Release branch '$BRANCH' has been deleted"
 	echo