This PR bumps coredns to 1.9.1 and add release notes. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
8 lines
127 B
Go
8 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.9.1"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|