coredns/coremain/version.go
Chris O'Haver 6e11ebddfc
bump version to 1.11.4 and add notes (#6967)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2024-11-12 20:31:15 -05:00

8 lines
128 B
Go

package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.11.4"
CoreName = "CoreDNS"
serverType = "dns"
)