Skip to content

Commit f92779d

Browse files
committed
Update clientVersion as well
1 parent e4929eb commit f92779d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ns1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
var (
22-
clientVersion = "2.2.0"
22+
clientVersion = "2.2.1"
2323
providerUserAgent = "tf-ns1" + "/" + clientVersion
2424
defaultRetryMax = 3
2525
)

0 commit comments

Comments
 (0)