We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebf2e4 commit aae7df6Copy full SHA for aae7df6
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, 24}
+var Version = V{1, 1, 25}
7
8
// V holds the version of this library.
9
type V struct {
0 commit comments