coredns/coremain/version.go
Miek Gieben 1fda5703fc Release 1.6.1 (#3081)
... and another one

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-08-01 09:50:28 -04:00

8 lines
127 B
Go

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