Files
coredns/coremain/version.go
2018-01-25 19:37:15 +00:00

10 lines
145 B
Go

package coremain
const (
coreName = "CoreDNS"
// CoreVersion is the current version of CoreDNS.
CoreVersion = "1.0.5"
serverType = "dns"
)