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"}, }, }