diff --git a/version.go b/version.go index 8aa2f6c0..0a833dc9 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, 1, 21} +var Version = V{1, 1, 22} // V holds the version of this library. type V struct {