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

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