From 3495fa2fea5618814a1d15c488a8be74148cec60 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 18:19:57 -0400 Subject: [PATCH] 0.4.1 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 6dffbf3..3403832 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.4.0" + VERSION = "0.4.1" class AppDoesNotExist < Exception; end