Release 1.0.1

This commit is contained in:
Miek Gieben 2017-12-21 11:36:42 +00:00
parent 9088876525
commit 787fb05a25
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, 0, 0}
var Version = V{1, 0, 1}
// V holds the version of this library.
type V struct {