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

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