Skip to content

Commit

Permalink
Bump version in user-agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Aug 5, 2024
1 parent c4a70d3 commit c273ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
// User agent to use for API requests
userAgent = "libdns-he/1.0.0"
userAgent = "libdns-he/1.0.1"
// API URL to POST updates to
updateURL = "https://dyn.dns.he.net/nic/update"

Expand Down

0 comments on commit c273ce7

Please sign in to comment.