From cbd5a6344c421df04b2cb62c24629ced978e4c02 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 9 Sep 2011 16:59:01 -0400 Subject: [PATCH] 0.21.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 3218e38..0ceba4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.20.0) + foreman (0.21.0) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 7a867fd..cbb5904 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.20.0" + VERSION = "0.21.0" end