From 03e5342067f5a26e2d7c123287d84f1c5375f185 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 11 Jul 2012 18:32:51 -0400 Subject: [PATCH] 0.51.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 a877cc4..e3fa9e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.50.0) + foreman (0.51.0) thor (>= 0.13.6) GEM diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 080e639..abc24f6 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.50.0" + VERSION = "0.51.0" end