sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 29253088d5f4bd778f2268792cf4b37a716d84b7
parent 4ab9f262fad6ee2660ce4b5b638827076ed673c4
Author: Dan Callaghan <djc@djc.id.au>
Date:   Mon, 23 May 2022 20:56:53 +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 = "1.1"
+  VERSION = "1.1#{git_suffix}"
 end