From 7d751470d21ed263ea1898ab008110264c58f0b9 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 24 Aug 2010 17:41:36 -0400 Subject: [PATCH] 0.7.3 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index ae881bf..124e06c 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.7.2" + VERSION = "0.7.3" class AppDoesNotExist < Exception; end