coredns: bump version to 1.7.1 (#4136)

Set correct date on the release notes and add one more PR (for cache)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-09-21 12:10:03 +02:00
committed by GitHub
parent 16d489851e
commit aa82ca62fb
2 changed files with 9 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.7.0"
CoreVersion = "1.7.1"
coreName = "CoreDNS"
serverType = "dns"
)