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

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