1.11.1 release: bump version + add notes (#6273)

* bump version; add notes

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
2023-08-15 15:30:32 -04:00
committed by GitHub
parent 678d0333af
commit ae2bbc29be
3 changed files with 28 additions and 1 deletions

View File

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