bump version to 0.9 - 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 2a02e40c0df8ea64f7cb59f15b867cdb1d9f6506
 (DIR) parent 47732754f1217ac0808253b8c531428d82ec3a18
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  2 Apr 2022 18:31:38 +0200
       
       bump version to 0.9
       
       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.8
       +VERSION = 0.9
        
        # paths
        PREFIX = /usr/local