mirror of
https://github.com/coredns/coredns.git
synced 2025-10-11 15:31:37 +02:00
* Bump version to 1.2.2 Release 1.2.2 Signed-off-by: Miek Gieben <miek@miek.nl> * Fix filename to what we upload With ls dir/* the pathname returned are diff. then we with ls dir, fix how curl is called. 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.2.2"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|