From 7d7bb87fc7eeb7fd54e4375fdfccfaef0e8dfccb Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 21 May 2010 15:32:03 -0400 Subject: [PATCH] 0.1.0 --- lib/foreman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman.rb b/lib/foreman.rb index 0087c54..c9b4c58 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.0.2" + VERSION = "0.1.0" class AppDoesNotExist < Exception; end