Update version in binary

This commit is contained in:
Mitchell Hashimoto 2010-03-08 21:51:16 -08:00
parent 07547a5ac3
commit 4ae38b41ff
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 "0.1.0"
version "0.1.3"
run { educate }
end