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 Jan 13, 2023
1 parent 59ad1dd commit c697c4c
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.0 (by /u/TypicalAM)")
req.Header.Set("User-Agent", "goread:v1.0.1 (by /u/TypicalAM)")

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

0 comments on commit c697c4c

Please sign in to comment.