Update release version to 1.13.2 (#7739)

This commit is contained in:
Yong Tang
2025-12-07 19:16:23 -08:00
committed by GitHub
parent e5cd796648
commit 38937cae56
2 changed files with 63 additions and 1 deletions

View File

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