bump version to 0.7 - hurl - Gopher/HTTP/HTTPS file grabber
(HTM) git clone git://git.codemadness.org/hurl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 04cee379643425520034c1262e58aa52f428a6a1
(DIR) parent 266933a3410be837c5dbd4a03b5a618acc0199b4
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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