Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Tweak how version is bumped (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 6, 2012
1 parent 33c34ef commit 148146d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if [ $1 ]; then
# sake

printf "\055dev" >> www/version.txt
git ci www/version.txt -m"Bump version to $1\055dev"
git ci www/version.txt -m"Bump version to $1-dev"

fi
fi
Expand Down

0 comments on commit 148146d

Please sign in to comment.