Bump version to 1.14.1 (#7826)

This commit is contained in:
Yong Tang
2026-01-14 10:54:09 -08:00
committed by GitHub
parent f3983c1111
commit edc4193220
2 changed files with 25 additions and 1 deletions

View File

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