From e6b61801b1b2ba839c2f4f9dc6de512865124ccc Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 13 Dec 2010 18:05:41 -0500 Subject: [PATCH] 0.10.0 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 6b847e2..5ab8328 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.9.2" + VERSION = "0.10.0" class AppDoesNotExist < Exception; end