Update note and versioon for 1.12.4 release (#7518)

This commit is contained in:
Yong Tang
2025-09-08 06:44:56 -07:00
committed by GitHub
parent 0dd76bd9b1
commit 96819edef2
2 changed files with 40 additions and 1 deletions

View File

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