Bump version to 1.14.6 (#8267)

This PR bumps version to 1.14.6, part of 8228

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-07-09 21:32:01 -07:00
committed by GitHub
parent 886bb85849
commit 7660f4c541

View File

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