Bump version to 1.13.1 (#7599)

This commit is contained in:
Yong Tang
2025-10-08 08:26:37 -07:00
committed by GitHub
parent 3ccbd6ab6c
commit 1db4568df6
2 changed files with 25 additions and 1 deletions

View File

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