From 472395edf8ad419e46bee8f483fae6a652e2413b Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 27 Jan 2011 16:15:26 -0800 Subject: [PATCH] 0.11.0 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index f93ffd4..65b734a 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.10.1" + VERSION = "0.11.0" class AppDoesNotExist < Exception; end