diff --git a/Gemfile.lock b/Gemfile.lock index 8b6bac8a..9dd1188d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.18.0) + foreman (0.19.0) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index cf12dfec..9fd1d4cb 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.18.0" + VERSION = "0.19.0" end