From: wmorgan Date: Tue, 27 Nov 2007 17:31:54 +0000 (+0000) Subject: bump version to 0.3 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2d48a91089f3000ee20cdf0ccf2f362ab780d269;p=sup bump version to 0.3 git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@726 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup.rb b/lib/sup.rb index f7ce4bf..9cd2fd7 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -32,7 +32,7 @@ class Module end module Redwood - VERSION = "0.2" + VERSION = "0.3" BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml")