From 27e53eb9167b343fef2b58565a8251c95960401e Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 22 Jun 2010 17:20:15 -0400 Subject: [PATCH] 0.3.2 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 3647d77..74a9ef5 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.3.1" + VERSION = "0.3.2" class AppDoesNotExist < Exception; end