bump version to 0.6 - json2tsv - JSON to TSV converter
 (HTM) git clone git://git.codemadness.org/json2tsv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88179a63c54bdc340781139fa91e3bd284bd6d73
 (DIR) parent b65bd5139faec35430d342dbce6c3b4bf802f4a8
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 23 Jan 2021 16:13:47 +0100
       
       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 = json2tsv
       -VERSION = 0.5
       +VERSION = 0.6
        
        # paths
        PREFIX = /usr/local