mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
This PR updates version to 1.12.2 for preparation of a release Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
9 lines
128 B
Go
9 lines
128 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.12.2"
|
|
CoreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|