From cfc44ae66997c991465bd3bd3bcb9a9d830140c6 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sun, 21 Feb 2021 22:19:33 +0100 Subject: [PATCH] Version bump: 1.0.1 --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index ade7f96..aa72837 100644 --- a/http.go +++ b/http.go @@ -41,7 +41,7 @@ func doRequest(method string, requestURL string) (*Response, error) { Method: method, URL: parsedURL, Header: map[string][]string{ - "User-Agent": {"go-mangadex/1.0.0"}, + "User-Agent": {"go-mangadex/1.0.1"}, }, }