add notes; bump version (#5625)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2022-09-19 08:43:31 -04:00
committed by GitHub
parent d436deb93b
commit 596a9f9e67
2 changed files with 25 additions and 1 deletions

View File

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