URI:
       bump version to 0.7 - json2tsv - JSON to TSV converter
  HTML git clone git://git.codemadness.org/json2tsv
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 650481927d19d28d035d470bdedd2e2226e4dbd2
   DIR parent 770996c13b04532dacf3a190f57dd0c06ed4e7a7
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 29 Apr 2021 18:14:56 +0200
       
       bump version to 0.7
       
       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.6
       +VERSION = 0.7
        
        # paths
        PREFIX = /usr/local