From 1153fb0f0cd96785e2065d83c4d9cc2f8ae4e95f Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 25 Sep 2012 12:38:01 -0500 Subject: [PATCH] 0.60.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 c8bfe21..2a428fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.59.0) + foreman (0.60.0) thor (>= 0.13.6) GEM diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index 478ed85..798d6e0 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.59.0" + VERSION = "0.60.0" end