mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
* bump version; add notes Signed-off-by: Chris O'Haver <cohaver@infoblox.com> --------- Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
9 lines
128 B
Go
9 lines
128 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.11.1"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|