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

const (
	coreName    = "CoreDNS"
	coreVersion = "1.0.1"

	serverType = "dns"
)