From 35474ad1a56ed549304580d4b50f8aa67c48afe4 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 8 Mar 2011 12:17:44 -0500 Subject: [PATCH] 0.11.1 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 65b734a..6e3b3b1 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.11.0" + VERSION = "0.11.1" class AppDoesNotExist < Exception; end