Files
coredns/coremain/version.go

8 lines
97 B
Go
Raw Normal View History

package coremain
const (
2018-01-25 19:45:35 +00:00
coreName = "CoreDNS"
2018-01-25 19:37:15 +00:00
CoreVersion = "1.0.5"
2018-01-25 19:45:35 +00:00
serverType = "dns"
)