Files
coredns/coremain/version.go
Chris O'Haver 707c7c10ac 1.12.1 release (#7220)
* bump version and draft release notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* bump version and draft release notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* tweak noteworthies

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* update authors

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* remove note about new expr features.  too esoteric in our use case.

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2025-03-31 15:52:36 -04:00

9 lines
128 B
Go

package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.12.1"
CoreName = "CoreDNS"
serverType = "dns"
)