diff --git a/Gemfile.lock b/Gemfile.lock index bde2359..ec627a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.48.0.pre3) + foreman (0.48.0) thor (>= 0.13.6) GEM @@ -39,7 +39,7 @@ GEM multi_json (~> 1.0.3) simplecov-html (~> 0.5.3) simplecov-html (0.5.3) - thor (0.15.2) + thor (0.15.3) timecop (0.3.5) win32console (1.3.0-x86-mingw32) xml-simple (1.0.15) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index d287ed8..ee06284 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.48.0.pre3" + VERSION = "0.48.0" end