From 6430635bfa2bad90218fd3cd5de964f09b0c72fc Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 8 Apr 2013 11:59:50 -0400 Subject: [PATCH] Bump version to 0.1.5 --- 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 d4c81ea..df99913 100644 --- a/lib/haste/version.rb +++ b/lib/haste/version.rb @@ -1,5 +1,5 @@ module Haste - VERSION = '0.1.4' + VERSION = '0.1.5' end