From 79f376368c65a6828e7cdcaeeae4ffce3f683039 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 3 Nov 2010 15:00:59 -0700 Subject: [PATCH] 0.9.1 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 2ceaf89..3f77f72 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.9.0" + VERSION = "0.9.1" class AppDoesNotExist < Exception; end