From 6acb209ef4fbea248e6658b0cb98e91ca276ecda Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 19 Aug 2014 09:12:35 -0400 Subject: [PATCH] v1.6.1 --- Gemfile.lock | 2 +- lib/rscons/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22155f0..58a1756 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.6.0) + rscons (1.6.1) json (~> 1.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index 59d98cf..c9e3b0e 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.6.0" + VERSION = "1.6.1" end