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