Skip to content

Commit aae7df6

Browse files
committedDec 11, 2019
Release 1.1.25
1 parent 8ebf2e4 commit aae7df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dns
33
import "fmt"
44

55
// Version is current version of this library.
6-
var Version = V{1, 1, 24}
6+
var Version = V{1, 1, 25}
77

88
// V holds the version of this library.
99
type V struct {

0 commit comments

Comments
 (0)
Please sign in to comment.