From fd234b8044fb1fba6bd9dc1a2266bb0bdca5f4b4 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 3 Jun 2011 01:32:14 -0400 Subject: [PATCH] 0.18.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 90a455b..d7387f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.17.0) + foreman (0.18.0) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index e3cea04..cf12dfe 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.17.0" + VERSION = "0.18.0" end