From de54f6a5a5c3aafcf051b4da5931b40074b88ec7 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 29 Jan 2012 14:03:45 -0500 Subject: [PATCH] 0.37.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 ac5f2fc..159756c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.37.0) + foreman (0.37.1) term-ansicolor (~> 1.0.7) thor (>= 0.13.6) diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index e8d0146..24c943b 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.37.0" + VERSION = "0.37.1" end