We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479abee commit ad3cffeCopy full SHA for ad3cffe
1 file changed
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, 69}
+var Version = v{1, 1, 70}
7
8
// v holds the version of this library.
9
type v struct {
0 commit comments