]> git.cworth.org Git - sup/commitdiff
bump version to 0.3
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 27 Nov 2007 17:31:54 +0000 (17:31 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 27 Nov 2007 17:31:54 +0000 (17:31 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@726 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup.rb

index f7ce4bf4a86fc29a8d953a81d55209eed3c2a772..9cd2fd7109cc187c25141f0f2420a3f03c0ce785 100644 (file)
@@ -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")