mirror of
https://github.com/coredns/coredns.git
synced 2026-08-20 23:08:28 -04:00
This PR adds release note 1.14.7 for 8416 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
9 lines
128 B
Go
9 lines
128 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.14.7"
|
|
CoreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|