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 556022216..c4ac84bec 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, 51} +var Version = v{1, 1, 52} // v holds the version of this library. type v struct { |
