From 9939cb5a030d86424ac157df84b1391aeb610d30 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 1 Oct 2013 16:55:42 -0400 Subject: [PATCH] Version bump to v1.1.0 --- lib/stove/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stove/version.rb b/lib/stove/version.rb index 8930cc2..ad6a8f0 100644 --- a/lib/stove/version.rb +++ b/lib/stove/version.rb @@ -1,3 +1,3 @@ module Stove - VERSION = '1.0.1' + VERSION = '1.1.0' end