coredns/coremain/version.go
John Belamaric cf92a66573 Release 010
2017-07-25 11:11:41 -04:00

8 lines
95 B
Go

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