From 9b704ad8527868f0013c6967ffe574c6fd1c2c8e Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 17 Jun 2012 22:02:14 -0400 Subject: [PATCH] 0.48.0.pre2 --- Gemfile.lock | 4 ++-- lib/foreman/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fabc43d..78ae12b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.48.0.pre1) + foreman (0.48.0.pre2) 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.14.6) + thor (0.15.2) 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 2935f3c..055f592 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.48.0.pre1" + VERSION = "0.48.0.pre2" end