Update version to 1.12.2 (#7334)

This PR updates version to 1.12.2 for preparation of a release

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2025-05-29 07:09:19 -07:00
committed by GitHub
parent a61d8b3143
commit 7ecb5011b2
2 changed files with 51 additions and 1 deletions

View File

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