diff --git a/Gemfile.lock b/Gemfile.lock index be77a2c92..74e85b1a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hub (1.10.6) + hub (1.11.0) GEM remote: https://rubygems.org/ diff --git a/lib/hub/version.rb b/lib/hub/version.rb index cbaf0b889..721fdbe3a 100644 --- a/lib/hub/version.rb +++ b/lib/hub/version.rb @@ -1,3 +1,3 @@ module Hub - Version = VERSION = '1.10.6' + Version = VERSION = '1.11.0' end