We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e0436 commit 330db33Copy full SHA for 330db33
version.go
@@ -3,7 +3,7 @@ package dns
3
import "fmt"
4
5
// Version is current version of this library.
6
-var Version = v{1, 1, 66}
+var Version = v{1, 1, 67}
7
8
// v holds the version of this library.
9
type v struct {
0 commit comments