diff --git a/Gemfile.lock b/Gemfile.lock index 35304b9..06a765c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.36.1) + foreman (0.37.0.pre1) term-ansicolor (~> 1.0.7) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 68d83f9..244aaa4 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.36.1" + VERSION = "0.37.0.pre1" end