Bump to version 1.6.9 (#3773)

See #3727 for the details. Copying release notes
verbatim to coredns-1.6.9.md and fix the release script (because
Makefile are stupid). Up version to 1.6.9 here as well.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-03-24 16:26:01 +01:00
committed by GitHub
parent 187d0f3c71
commit 1766568398
3 changed files with 51 additions and 3 deletions

View File

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