From 7e9117812f3c0aa49f0d3e702a0e7c018139c777 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 15 Oct 2010 16:18:54 -0700 Subject: [PATCH] 0.9.0.beta.1 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index bd39e5e..9e518d5 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.8.0" + VERSION = "0.9.0.beta.1" class AppDoesNotExist < Exception; end