sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 97d0625b615d973365dba427e3188e1c660e96d1
parent a3f6dc160b3d61e400937984223527477a168cde
Author: Dan Callaghan <djc@djc.id.au>
Date:   Fri, 10 Jul 2020 18:26:14 +1000

Merge branch 'master' into develop

This merge does not introduce any actual changes, aside from the
Redwood::VERSION constant, but it lets us avoid having divergent
'master' and 'develop' branches which I found confusing.
The commit history can remain linear from this point onwards.

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
@@ -1,3 +1,3 @@
 module Redwood
-  VERSION = "git"
+  VERSION = "0.22.1"
 end