From 2804316bbb9468f01cc74d9d58a65a2e951b91c3 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 22 Dec 2010 13:56:13 -0500 Subject: [PATCH] 0.10.1 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 5ab8328..f93ffd4 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.10.0" + VERSION = "0.10.1" class AppDoesNotExist < Exception; end