commit | 059e68955b7c9b782f1ce45d86e7f2b88c396fe4 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 15:58:08 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 20:06:36 2010 +0100 |
tree | ea8d33e2adf8e383ea4601147479888d444e2b59 | |
parent | 4aaec2f734123538098a89bccf2a23f47baef3f5 [diff] [blame] |
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