Update version in binary

This commit is contained in:
Mitchell Hashimoto 2010-03-07 16:52:55 -08:00
parent 296f234b50
commit 4a18735fef
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ end
require 'git-style-binary/command'
GitStyleBinary.primary do
version "Somewhere between 0 and 0.1"
version "0.1.0"
run { educate }
end