From 08f9027cb4e3405bb75a7cf4f68a410447bf6fdc Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 24 Aug 2010 17:24:43 -0400 Subject: [PATCH] 0.7.2 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 864e78e..ae881bf 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.7.1" + VERSION = "0.7.2" class AppDoesNotExist < Exception; end