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

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