coredns/coremain/version.go
Chris O'Haver 01bded8194
CoreDNS 1.11.2 release notes and version bump (#6476)
* 1.11.2 release notes and version bump

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

* Update notes/coredns-1.11.2.md

Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com>
2024-01-29 13:02:12 -05:00

8 lines
128 B
Go

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