From f2c6260bd0120ed385f4c1b014ae262c057f523a Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Sat, 14 Jan 2012 22:19:12 -0500 Subject: [PATCH] Bump version to 0.1.0 --- lib/haste/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haste/version.rb b/lib/haste/version.rb index 3b454f3..15c1de0 100644 --- a/lib/haste/version.rb +++ b/lib/haste/version.rb @@ -1,5 +1,5 @@ module Haste - VERSION = '0.0.5' + VERSION = '0.1.0' end