coredns/coremain/version.go
Ted Ford c15fe973ee
1.11.3 release notes and version bump (#6639)
Signed-off-by: tedaford <ted.ford@helpsystems.com>
2024-04-26 13:05:41 -04:00

8 lines
128 B
Go

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