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

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