diff --git a/rest_client.go b/rest_client.go index 9cec763..afcd305 100644 --- a/rest_client.go +++ b/rest_client.go @@ -320,5 +320,5 @@ func (rc *restClient) setHeaders(r *http.Request) { r.Header.Set("Accept", "application/json") r.Header.Set("Authorization", rc.token) r.Header.Set("Content-Type", "application/json") - r.Header.Set("User-Agent", "Tatsumaki Go/1.2.0-release (Hassie, https://github.com/hassieswift621/tatsumaki-go)") + r.Header.Set("User-Agent", "Tatsumaki Go/1.2.1-release (Hassie, https://github.com/hassieswift621/tatsumaki-go)") }