From fbb17dd37dca3bc24a7940146f68bbea6b3f4368 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 20 Jul 2010 16:20:16 -0700 Subject: [PATCH] 0.7.1 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 8501c5d..864e78e 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.7.0" + VERSION = "0.7.1" class AppDoesNotExist < Exception; end