diff --git a/Gemfile.lock b/Gemfile.lock index 13c5e0d..2f9cea7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.62.0) + foreman (0.63.0) dotenv (>= 0.7) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 3bdc85f..fb9ee5e 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.62.0" + VERSION = "0.63.0" end