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

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