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