diff --git a/Gemfile.lock b/Gemfile.lock index 95ecbde..0bacae9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.10.0) + rscons (1.11.0) json (~> 1.0) GEM diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index 85c110c..4ad1cfe 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.10.0" + VERSION = "1.11.0" end