1.12.0 bump version (#6986)

This commit is contained in:
Chris O'Haver 2024-11-21 10:25:25 -05:00 committed by GitHub
parent e18c4cc3bf
commit 12a36bdeda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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