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

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