Due to the one-off nature of releases 1.0.4 we need to manually bump the version in master.
8 lines
97 B
Go
8 lines
97 B
Go
package coremain
|
|
|
|
const (
|
|
coreName = "CoreDNS"
|
|
coreVersion = "1.0.4"
|
|
|
|
serverType = "dns"
|
|
)
|