From d5c1a4b41a0352da0e32580ae5ff642dc76ebe46 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 2 Nov 2018 17:01:52 -0400 Subject: [PATCH] v1.17.0 --- Gemfile.lock | 4 ++-- lib/rscons/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ecc8401..4feb006 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.16.0) + rscons (1.17.0) json (>= 1.8, < 3.0) GEM @@ -45,4 +45,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.16.2 + 1.16.6 diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index 2cf2307..e75dfba 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.16.0" + VERSION = "1.17.0" end