coredns/coremain/version.go
Yong Tang 15ff9f3795
Update release notes and version number to 1.8.1 (#4370)
This PR updates release notes and version number to 1.8.1

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2021-01-10 08:19:39 +01:00

8 lines
127 B
Go

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