bump version to 0.6 - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 88179a63c54bdc340781139fa91e3bd284bd6d73 | |
parent b65bd5139faec35430d342dbce6c3b4bf802f4a8 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 23 Jan 2021 16:13:47 +0100 | |
bump version to 0.6 | |
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.5 | |
+VERSION = 0.6 | |
# paths | |
PREFIX = /usr/local |