bump version to 0.8 - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d0b6a90a0f4acb6b3635025c899553aad208f400 | |
parent baf6b755ae6ade6117900996c134a86b12ade3b6 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = json2tsv | |
-VERSION = 0.7 | |
+VERSION = 0.8 | |
# paths | |
PREFIX = /usr/local |