Update release notes and version number to 1.8.1 (#4370)

This PR updates release notes and version number to 1.8.1

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2021-01-09 23:19:39 -08:00
committed by GitHub
parent 31abdc2fcc
commit 15ff9f3795
2 changed files with 18 additions and 2 deletions

View File

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