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

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