Skip to content

Commit

Permalink
chore: bump up the version on the User-Agent string
Browse files Browse the repository at this point in the history
  • Loading branch information
TypicalAM committed May 6, 2023
1 parent d843b5b commit 8d93395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func parseURL(feedURL string) (*gofeed.Feed, error) {
if err != nil {
return nil, err
}
req.Header.Set("User-Agent", "goread:v1.0.2 (by /u/TypicalAM)")
req.Header.Set("User-Agent", "goread:v1.0.3 (by /u/TypicalAM)")

// Send the request
resp, err := client.Do(req)
Expand Down

0 comments on commit 8d93395

Please sign in to comment.