From 42bad59634c35b7d04d0382e27a39a9d3fbc1902 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Tue, 1 May 2012 16:04:31 -0400 Subject: [PATCH] Bump version to 0.1.3 --- 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 a50df05..3b9e0da 100644 --- a/lib/haste/version.rb +++ b/lib/haste/version.rb @@ -1,5 +1,5 @@ module Haste - VERSION = '0.1.2' + VERSION = '0.1.3' end