From 6c04dab649e55423bc876126e6077f13bb0c104f Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 14 Sep 2012 18:10:05 +0900 Subject: [PATCH] 0.58.0 --- Gemfile.lock | 4 ++-- lib/foreman/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 863b3f2..9d6e0ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.57.0) + foreman (0.58.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.4) + thor (0.16.0) 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 e38605d..a4e1c53 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.57.0" + VERSION = "0.58.0" end