URI:
       bump version to 0.8 - hurl - Gopher/HTTP/HTTPS file grabber
  HTML git clone git://git.codemadness.org/hurl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 1bd2344632ecac436c229ddbc4d41f9715fff46f
   DIR parent 51bb5705c1de70fbe5afc791eab02c124b06e3b9
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  5 Feb 2023 20:01:43 +0100
       
       bump version to 0.8
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -1,7 +1,7 @@
        .POSIX:
        
        NAME = hurl
       -VERSION = 0.7
       +VERSION = 0.8
        
        PREFIX = /usr/local
        BINDIR = ${PREFIX}/bin