Commit af6b3a6d authored by Miek Gieben's avatar Miek Gieben

Split out versions in version.go

The will prolly make automatic releases easier.
parent 1c31f1e7
...@@ -215,9 +215,3 @@ var ( ...@@ -215,9 +215,3 @@ var (
gitShortStat string // git diff-index --shortstat gitShortStat string // git diff-index --shortstat
gitFilesModified string // git diff-index --name-only HEAD gitFilesModified string // git diff-index --name-only HEAD
) )
const (
coreName = "CoreDNS"
coreVersion = "001"
serverType = "dns"
)
const (
coreName = "CoreDNS"
coreVersion = "001"
serverType = "dns"
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment