mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Split out versions in version.go
The will prolly make automatic releases easier.
This commit is contained in:
@@ -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"
|
|
||||||
)
|
|
||||||
|
|||||||
6
coremain/version.go
Normal file
6
coremain/version.go
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
const (
|
||||||
|
coreName = "CoreDNS"
|
||||||
|
coreVersion = "001"
|
||||||
|
|
||||||
|
serverType = "dns"
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user