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

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