Bump version to 1.14.0 (#7803)

This commit is contained in:
Yong Tang
2026-01-06 20:21:18 -08:00
committed by GitHub
parent b723bd94d4
commit 1c964f2f68
2 changed files with 38 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.13.2"
CoreVersion = "1.14.0"
CoreName = "CoreDNS"
serverType = "dns"
)