coredns/coremain/version.go
Miek Gieben b89480b33f
Golint: make golint happy (#1433)
CoreVersion needs to be documented for golint, but we can't use too much
text because we grep this file for the coredns version.
2018-01-25 21:58:46 +00:00

8 lines
127 B
Go

package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.0.5"
coreName = "CoreDNS"
serverType = "dns"
)