From 22ea2e9e3c92de5d29d53b7c1083294c9709f56c Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Sat, 1 Nov 2014 10:24:07 -0400 Subject: [PATCH] Bump version to 0.2.1 --- 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 180be4d..91725aa 100644 --- a/lib/haste/version.rb +++ b/lib/haste/version.rb @@ -1,5 +1,5 @@ module Haste - VERSION = '0.2.0' + VERSION = '0.2.1' end