Bump version to 1.12.3 (#7429)

This PR bumps version to 1.12.3 for preparation of the next release.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2025-08-04 16:53:19 -07:00
committed by GitHub
parent 6ba43927b6
commit 17020f09a8
2 changed files with 46 additions and 1 deletions

View File

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