mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Slight rewording of the release notes; also set date to today. Signed-off-by: Miek Gieben <miek@miek.nl>
9 lines
127 B
Go
9 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.8.0"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|