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

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