Files
coredns/coremain/version.go
Tobias Schmidt b707438534 Add coredns_build_info metric (#1418)
In order to track the rollout status of CoreDNS versions, add the common
build_info metric.
2018-01-23 20:10:55 +00:00

10 lines
145 B
Go

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