aboutsummaryrefslogtreecommitdiff
path: root/coremain/version.go
blob: 232941fbaa0611f31d15de208b8874dbb3c3c743 (plain) (blame)
1
2
3
4
5
6
7
8
package coremain

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