From be73e8500f52430b9fe0d42529611d8d9358218e Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 4 Oct 2011 10:43:33 -0400 Subject: [PATCH] 0.24.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 b7a1d57..d28a182 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.23.1) + foreman (0.24.0) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 08788b3..e0d1866 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.23.1" + VERSION = "0.24.0" end