From 0eb08dd8ae45745b5acad9e398682524094517f0 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 6 Jul 2010 16:42:50 -0400 Subject: [PATCH] 0.6.0 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 4bed5f6..3427295 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.5.1" + VERSION = "0.6.0" class AppDoesNotExist < Exception; end