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