From 7bb1e58879df018d0454850857b38eb172587b0b Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 20 Sep 2010 16:22:31 -0400 Subject: [PATCH] 0.8.0 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index b875cf8..bd39e5e 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.7.5" + VERSION = "0.8.0" class AppDoesNotExist < Exception; end