From 185617dddc135092c9cd3466c286fa693f7c8b70 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 9 Nov 2010 13:42:18 -0500 Subject: [PATCH] 0.9.2 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 3f77f72..6b847e2 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.9.1" + VERSION = "0.9.2" class AppDoesNotExist < Exception; end