From 2ebb33e049daf01a482fd21de9b7594cc2138599 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 8 Mar 2013 14:52:50 -0500 Subject: [PATCH] 0.62.0 --- Gemfile.lock | 2 +- lib/foreman/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5e375b5a..02cf254e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.61.0) + foreman (0.62.0) thor (>= 0.13.6) GEM diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 5eaed8c9..3bdc85fa 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.61.0" + VERSION = "0.62.0" end