Skip to content

Commit

Permalink
bump to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanb committed Jun 23, 2023
1 parent d32fe4f commit 6c03e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startgg/startgg.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func FetchPlayers(i Inputs) ([]players.Player, error) {
if err != nil {
panic(err)
}
req.Header.Add("User-Agent", "GORTS/0.4")
req.Header.Add("User-Agent", "GORTS/0.5")
req.Header.Add("Content-Type", "application/json")
req.Header.Add("Authorization", "Bearer "+i.Token)

Expand Down

0 comments on commit 6c03e40

Please sign in to comment.