Make bump-version write to the new location of git-flow-version
diff --git a/bump-version b/bump-version
index 60eac0d..f8ae3de 100755
--- a/bump-version
+++ b/bump-version
@@ -8,6 +8,6 @@
 	exit 1
 fi
 
-echo "GITFLOW_VERSION=$1" > gitflow-version
-git add gitflow-version
-git commit -m "Bumped version number to $1" gitflow-version
+echo "GITFLOW_VERSION=$1" > git-flow-version
+git add git-flow-version
+git commit -m "Bumped version number to $1" git-flow-version