URI: 
       Release version 1.06 - sacc - sacc(omys), simple console gopher client
  HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit df1d4c0a7b17bd56c27d3805c8316aab21d1c19d
   DIR parent 64be22d4516d31613a4a2c4a4a746c7076b1bfab
  HTML Author: Quentin Rameau <quinq@fifth.space>
       Date:   Sun, 10 Apr 2022 23:50:22 +0200
       
       Release version 1.06
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -3,7 +3,7 @@ PREFIX = /usr/local
        MANDIR = $(PREFIX)/share/man/man1
        
        # Version to put in the ident string
       -VERSION = "1.05"
       +VERSION = "1.06"
        GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 && \
                    git describe --tags || echo $(VERSION))