From ddccab4c63e2f2312b0721eb2660b2784144be45 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 30 Jun 2010 21:32:38 -0400 Subject: [PATCH] 0.5.0 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 3f906df..621aa22 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.4.7" + VERSION = "0.5.0" class AppDoesNotExist < Exception; end