release: up version to 1.8.0 (#4225)

Slight rewording of the release notes; also set date to today.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-10-22 10:52:10 +02:00
committed by GitHub
parent 91fd10278e
commit 054c9ae1fb
2 changed files with 10 additions and 10 deletions

View File

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