bump version to 0.6 - hurl - Gopher/HTTP/HTTPS file grabber
 (HTM) git clone git://git.codemadness.org/hurl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6466dff70206fabeb89d70c893d88c0a285d1265
 (DIR) parent dc438c84e129c666039277f3cd8eb9788dec93e5
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 10 Aug 2021 10:54:11 +0200
       
       bump version to 0.6
       
       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.5
       +VERSION = 0.6
        
        PREFIX = /usr/local
        BINDIR = ${PREFIX}/bin