Skip to content

Commit e9c5ec3

Browse files
authored
Merge pull request #2 from libdns/bump-version
Bump version in user-agent.
2 parents c4a70d3 + c273ce7 commit e9c5ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

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

0 commit comments

Comments
 (0)