From 2458c4e75f96753514c3d430e7322ce0cfdcefd0 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 29 Jun 2010 17:08:46 -0400 Subject: [PATCH] 0.4.7 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index bd86d59..3f906df 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.4.6" + VERSION = "0.4.7" class AppDoesNotExist < Exception; end