URI:
       bump version to 0.8 - 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 d0b6a90a0f4acb6b3635025c899553aad208f400
   DIR parent baf6b755ae6ade6117900996c134a86b12ade3b6
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 27 Sep 2021 18:13:18 +0200
       
       bump version to 0.8
       
       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.7
       +VERSION = 0.8
        
        # paths
        PREFIX = /usr/local