coredns/coremain/version.go
Chris O'Haver ae2bbc29be
1.11.1 release: bump version + add notes (#6273)
* bump version; add notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2023-08-15 15:30:32 -04:00

8 lines
128 B
Go

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