diff --git a/curl.go b/curl.go index 199729f..2570dfe 100644 --- a/curl.go +++ b/curl.go @@ -1572,7 +1572,7 @@ func newRequest(ctx context.Context, uri string, method string, opts ...RequestO if strings.ToUpper(method) == "POST" { r.headers.Set("Content-Type", HEADER_FORM_URLENCODE) } - r.headers.Set("User-Agent", "B612 / 1.2.0") + r.headers.Set("User-Agent", "B612 Starnet / 0.3.0") for _, v := range opts { if v != nil { err = v(&r.RequestOpts)