Update version to 1.9.2 and add release note. (#5374)

This commit is contained in:
Yong Tang
2022-05-10 06:43:22 -07:00
committed by GitHub
parent 2895b06732
commit 092c144491
2 changed files with 47 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.9.1"
CoreVersion = "1.9.2"
coreName = "CoreDNS"
serverType = "dns"
)