From f7c9802ef78577fb920d6d320e08a3cedfe9914b Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 13 May 2011 12:05:58 -0400 Subject: [PATCH] 0.16.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 81faadd..ddaddd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.15.0) + foreman (0.16.0) term-ansicolor (~> 1.0.5) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 25b9d8c..acf1a97 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.15.0" + VERSION = "0.16.0" end