Release 1.1.17

This commit is contained in:
Miek Gieben 2019-09-10 07:44:47 +01:00
parent dcb849b337
commit 2acbc9eff3
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, 16}
var Version = V{1, 1, 17}
// V holds the version of this library.
type V struct {