diff options
Diffstat (limited to 'vendor/github.com/miekg/dns/version.go')
-rw-r--r-- | vendor/github.com/miekg/dns/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/miekg/dns/version.go b/vendor/github.com/miekg/dns/version.go index dc80a82..5094af7 100644 --- a/vendor/github.com/miekg/dns/version.go +++ b/vendor/github.com/miekg/dns/version.go @@ -3,7 +3,7 @@ package dns import "fmt" // Version is current version of this library. -var Version = v{1, 1, 38} +var Version = v{1, 1, 45} // v holds the version of this library. type v struct { |