From 469f5755648d93d4213c303db6c782ea1c9058d3 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 25 Sep 2014 11:35:00 -0400 Subject: [PATCH] v1.7.0 --- Gemfile.lock | 2 +- lib/rscons/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 58a1756..5eacad2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.6.1) + rscons (1.7.0) json (~> 1.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index c9e3b0e..8f44b77 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.6.1" + VERSION = "1.7.0" end