Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hassieswift621 committed Dec 3, 2019
1 parent 01a4cd5 commit 4ed8263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
}

0 comments on commit 4ed8263

Please sign in to comment.