From 11864eb55be6925d7edb87d8a44487864eef0e6e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 10 Jun 2017 00:50:43 -0400 Subject: [PATCH] v1.10.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 f561bf1..95ecbde 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.9.3) + rscons (1.10.0) json (~> 1.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index cd45990..85c110c 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.9.3" + VERSION = "1.10.0" end