diff --git a/Gemfile.lock b/Gemfile.lock index 65e2ec0..a877cc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.49.0) + foreman (0.50.0) thor (>= 0.13.6) GEM diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index a6a6388..080e639 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.49.0" + VERSION = "0.50.0" end