From eff9a10d0c0e89d8f0c7fe4a77fd5b72b003292d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 10 Oct 2019 16:29:21 -0400 Subject: [PATCH] v1.18.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 b1175a8..feffc34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.17.0) + rscons (1.18.0) json (>= 1.8, < 3.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index e75dfba..3bfa961 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.17.0" + VERSION = "1.18.0" end