diff --git a/Gemfile.lock b/Gemfile.lock index d65b286..f49252c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.28.0.pre2) + foreman (0.29.0) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 7735539..2f28bc2 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.28.0.pre2" + VERSION = "0.29.0" end