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