bump version to 0.7 - hurl - Gopher/HTTP/HTTPS file grabber | |
git clone git://git.codemadness.org/hurl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 04cee379643425520034c1262e58aa52f428a6a1 | |
parent 266933a3410be837c5dbd4a03b5a618acc0199b4 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 11 Aug 2021 12:34:54 +0200 | |
bump version to 0.7 | |
Version 0.6 had an issue with downloading binary files due to a new | |
Content-Length checking feature. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = hurl | |
-VERSION = 0.6 | |
+VERSION = 0.7 | |
PREFIX = /usr/local | |
BINDIR = ${PREFIX}/bin |