Bump version 1.13.0 (#7587)

This commit is contained in:
Yong Tang
2025-09-30 12:46:15 -07:00
committed by GitHub
parent 9a57d9693c
commit 51f94b0bb4
2 changed files with 38 additions and 1 deletions

View File

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