Bump version to 1.14.2 (#7895)

This PR bumps version to 1.14.2, as part of the release.

Related to 7883

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-03-05 18:35:29 -08:00
committed by GitHub
parent ba3b6ce07f
commit 5d97c15488

View File

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