Commit 059e6895 authored by Vincent Driessen's avatar Vincent Driessen

Make bump-version write to the new location of git-flow-version

parent 4aaec2f7
...@@ -8,6 +8,6 @@ if [ $# -ne 1 ]; then ...@@ -8,6 +8,6 @@ if [ $# -ne 1 ]; then
exit 1 exit 1
fi fi
echo "GITFLOW_VERSION=$1" > gitflow-version echo "GITFLOW_VERSION=$1" > git-flow-version
git add gitflow-version git add git-flow-version
git commit -m "Bumped version number to $1" gitflow-version git commit -m "Bumped version number to $1" git-flow-version
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment