Files
coredns/coremain/version.go
Miek Gieben 554da015e7 release: up version to 1.2.1 (#2057)
up the version and add the man-pages.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-08-27 19:54:10 +01:00

9 lines
127 B
Go

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