From: wmorgan Date: Sun, 10 Dec 2006 20:27:02 +0000 (+0000) Subject: update to 0.0.2a X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=929b620f46fdeca4465358d7524d219769a594a7;p=sup update to 0.0.2a git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@81 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup.rb b/lib/sup.rb index 353190c..669938e 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -15,7 +15,7 @@ class Object end module Redwood - VERSION = "0.0.2" + VERSION = "0.0.2a" BASE_DIR = File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml")