From d0f5b2412ceaa4e531892fa129e88394ca6077c7 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 17 Sep 2010 09:30:20 -0400 Subject: [PATCH] 0.7.4 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 124e06c..6bcf669 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.7.3" + VERSION = "0.7.4" class AppDoesNotExist < Exception; end