Files
coredns/coremain/version.go
John Belamaric 5942f5dd5b Release 008
2017-06-14 17:47:04 -04:00

9 lines
95 B
Go

package coremain
const (
coreName = "CoreDNS"
coreVersion = "008"
serverType = "dns"
)