diff --git a/ns1/config.go b/ns1/config.go index 2185e454..de0d54c0 100644 --- a/ns1/config.go +++ b/ns1/config.go @@ -19,7 +19,7 @@ import ( ) var ( - clientVersion = "2.2.1" + clientVersion = "2.2.2" providerUserAgent = "tf-ns1" + "/" + clientVersion defaultRetryMax = 3 )