From af0679708c939504e8e20e54ea285110781ff305 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 17 Feb 2014 16:37:59 -0500 Subject: [PATCH] v1.1.0 --- lib/rscons/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index 85f5df3..f7e6fb5 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.0.0" + VERSION = "1.1.0" end