coredns/coremain/version.go
Chris O'Haver c1b479fd02
1.11.0 release prep (#6135)
* add draft notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
2023-07-12 15:12:35 -04:00

8 lines
128 B
Go

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