diff --git a/client.go b/client.go index a6f7cc4..7077e1a 100644 --- a/client.go +++ b/client.go @@ -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"