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

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