Update version to "prerelease"

This commit is contained in:
Mitchell Hashimoto 2010-03-09 08:52:58 -08:00
parent 6a3b7370aa
commit e5e0aaa5ab
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.1.3
0.1.4.pre

View File

@ -9,7 +9,7 @@ end
require 'git-style-binary/command'
GitStyleBinary.primary do
version "0.1.3"
version "0.1.4.pre"
run { educate }
end