From f7fc338c5cb6fd1799e916b04498bfe1d04f3042 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 22 Sep 2020 00:30:17 -0700 Subject: [PATCH] Bump version (#98) --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index fa214d0a..bcdc064c 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ package main import "time" const ( - version = "1.5.1" + version = "1.5.2" defaultBufferSize = 4096 defaultConcurrency = 512 defaultMaxRedirections = 64