* 1.11.2 release notes and version bump Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.11.2.md Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com> --------- Signed-off-by: Chris O'Haver <cohaver@infoblox.com> Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com>
8 lines
128 B
Go
8 lines
128 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.11.2"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|