From 0637d64475fbc059de6fba08b66e4d75ae57c975 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 23 Feb 2021 15:22:57 -0500 Subject: [PATCH] v1.19.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 08687c5..f7f8680 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.19.0) + rscons (1.19.1) json (>= 1.8, < 3.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index 5d2f52c..a399b36 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.19.0" + VERSION = "1.19.1" end