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

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