Skip to content

Commit

Permalink
Merge pull request #2 from libdns/bump-version
Browse files Browse the repository at this point in the history
Bump version in user-agent.
  • Loading branch information
gizmoguy authored Aug 5, 2024
2 parents c4a70d3 + c273ce7 commit e9c5ec3
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 e9c5ec3

Please sign in to comment.