From 92e637a23119a4a8c967a87353f5e4988041a368 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 29 Jun 2010 16:49:14 -0400 Subject: [PATCH] 0.4.6 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 65d48ba..bd86d59 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.4.5" + VERSION = "0.4.6" class AppDoesNotExist < Exception; end