Skip to content

Commit

Permalink
Make bump-version write to the new location of git-flow-version
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 26, 2010
1 parent 4aaec2f commit 059e689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ $# -ne 1 ]; then
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

0 comments on commit 059e689

Please sign in to comment.