Bump version to 1.14.3 (#7993)

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

Related to 7985

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-04-01 11:06:09 -07:00
committed by GitHub
parent 1e1a903d93
commit 529320db4b

View File

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