diff --git a/Gemfile.lock b/Gemfile.lock index 486ce9b..f561bf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.9.2) + rscons (1.9.3) json (~> 1.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index a874225..cd45990 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.9.2" + VERSION = "1.9.3" end