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

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