Bump version to 1.14.5 (#8238)

This commit is contained in:
Yong Tang
2026-07-07 20:02:34 -07:00
committed by GitHub
parent 2428ea65e2
commit e81066b3e4

View File

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