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

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