mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
* Update Release note and prepare 1.9.4 release This PR updates release notes and prepare 1.9.4 release Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Remove spaces Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add additional note for header plugin change. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
9 lines
127 B
Go
9 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.9.4"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|