From 6c931ea15e7f9b4abfb1cbce35cda20c3a15cd7d Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 8 Oct 2012 10:30:25 -0400 Subject: [PATCH] 0.60.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 2a428fe..fe803c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.60.0) + foreman (0.60.1) thor (>= 0.13.6) GEM diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 798d6e0..4985557 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.60.0" + VERSION = "0.60.1" end