sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f8e4d58a709fc360ce4bccb6402c71b34d94c6b4
parent 973b3b9ae11f884d39ad743cdbd79af404ed0ccc
Author: Dan Callaghan <djc@djc.id.au>
Date:   Fri, 10 Jul 2020 18:56:57 +1000

prepare for next release

Diffstat:
M lib/sup/version.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/version.rb b/lib/sup/version.rb
@@ -8,5 +8,5 @@ def git_suffix
 end
 
 module Redwood
-  VERSION = "0.23"
+  VERSION = "0.24#{git_suffix}"
 end