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