bump version to 0.4 - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cc245b50c91a1d3b3618773f289a3d4bb670df75 | |
parent 13f4f439171cba26e0afaee4fc7eb98a483877c2 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 12 Nov 2019 01:22:56 +0100 | |
bump version to 0.4 | |
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.3 | |
+VERSION = 0.4 | |
# paths | |
PREFIX = /usr/local |