coredns/coremain/version.go
Yong Tang 4b597f8308
Bump version to 1.9.1, and add release notes (#5247)
This PR bumps coredns to 1.9.1 and add release notes.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2022-03-11 09:30:37 -08:00

8 lines
127 B
Go

package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.9.1"
coreName = "CoreDNS"
serverType = "dns"
)