From eeeef65c88307b46e27160abdded53c32b0f7453 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:13:50 -0400 Subject: [PATCH] 0.4.4. --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 7730e7a..b09061c 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.4.3" + VERSION = "0.4.4" class AppDoesNotExist < Exception; end