From f960277ae836d92f087972d868b37fee8f1763d8 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:01:07 -0400 Subject: [PATCH] 0.4.3 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index cc8293b..7730e7a 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.4.2" + VERSION = "0.4.3" class AppDoesNotExist < Exception; end