From a8023ae03c3af6ad8d948c95aa8297ff5a97dca0 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 22 Oct 2014 14:30:32 -0400 Subject: [PATCH] v1.8.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 7a93fd7..c1c8f08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.8.0) + rscons (1.8.1) json (~> 1.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index 70338bb..2004746 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.8.0" + VERSION = "1.8.1" end