1.11.0 release prep (#6135)

* add draft notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Chris O'Haver
2023-07-12 15:12:35 -04:00
committed by GitHub
parent 20408b6e9f
commit c1b479fd02
2 changed files with 56 additions and 1 deletions

View File

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