URI:
       bump version to 0.5 - 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 a931b2c32a110fc26258afe16cc77d1c7f5d1e44
   DIR parent 795503097fd443e2cf68b26a734884ff4ed4ea1b
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 28 Mar 2021 23:03:01 +0200
       
       bump version to 0.5
       
       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.4
       +VERSION = 0.5
        
        PREFIX = /usr/local
        BINDIR = ${PREFIX}/bin