Bump version to 1.14.4 (#8150)

In preparing for 8148

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-06-05 21:49:03 -07:00
committed by GitHub
parent 3342b414e3
commit 513e2ddcd7

View File

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