From fcfa913fb0984ef9e734899b482fec641cd6ffd6 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 23 Dec 2011 08:48:34 -0500 Subject: [PATCH] 0.30.1 --- Gemfile.lock | 2 +- lib/foreman/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9de758a..edca98e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.30.0) + foreman (0.30.1) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 8cd6405..be7489b 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.30.0" + VERSION = "0.30.1" end