Release 1.1.31

This commit is contained in:
Miek Gieben 2020-08-01 06:57:59 +02:00
parent de1def76d8
commit 34cecfe1b4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package dns
import "fmt"
// Version is current version of this library.
var Version = v{1, 1, 30}
var Version = v{1, 1, 31}
// v holds the version of this library.
type v struct {