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

// Various CoreDNS constants.
const (
	CoreVersion = "v1.0"
	coreName    = "Ohmydns"
	serverType  = "dns"
)