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

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