1.11.3 release notes and version bump (#6639)

Signed-off-by: tedaford <ted.ford@helpsystems.com>
This commit is contained in:
Ted Ford
2024-04-26 13:05:41 -04:00
committed by GitHub
parent 41a6bcc785
commit c15fe973ee
2 changed files with 60 additions and 1 deletions

View File

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