bump version to 0.3 - 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 ea0fa924213696c5be26a10a20044c23ed83de9e
 (DIR) parent d2bfb47ec398e41583709aa27696c12d7b6f71ba
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  1 Mar 2020 12:59:12 +0100
       
       bump version to 0.3
       
       and:
       
       - bump LICENSE year.
       - remove comment in Makefile.
       
       Diffstat:
         M LICENSE                             |       2 +-
         M Makefile                            |       4 +---
       
       2 files changed, 2 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       @@ -1,6 +1,6 @@
        ISC License
        
       -Copyright (c) 2018-2019 Hiltjo Posthuma <hiltjo@codemadness.org>
       +Copyright (c) 2018-2020 Hiltjo Posthuma <hiltjo@codemadness.org>
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
 (DIR) diff --git a/Makefile b/Makefile
       @@ -1,9 +1,7 @@
       -# hurl - a tiny client for various protocols
       -# See LICENSE file for copyright and license details.
        .POSIX:
        
        NAME = hurl
       -VERSION = 0.2
       +VERSION = 0.3
        
        PREFIX = /usr/local
        BINDIR = ${PREFIX}/bin