sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 82b738ae49b49993c0ede7bf1a5c761c2e3c526c
parent 9b5291573eea82b235b36caa9ccd9d5cb420051d
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Tue,  2 Jan 2007 21:04:05 +0000

change version to 0.0.3


git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@142 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -13,7 +13,7 @@ class Object
 end
 
 module Redwood
-  VERSION = "0.0.2"
+  VERSION = "0.0.3"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")