diff --git a/version.go b/version.go index 5c1d6dc0..7658518b 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package dns import "fmt" // Version is current version of this library. -var Version = V{1, 0, 11} +var Version = V{1, 0, 12} // V holds the version of this library. type V struct {