mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
releasing 002
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# * Get an access token: https://help.github.com/articles/creating-an-access-token-for-command-line-use/
|
# * Get an access token: https://help.github.com/articles/creating-an-access-token-for-command-line-use/
|
||||||
# * export GITHUB_ACCESS_TOKEN=<token>
|
# * export GITHUB_ACCESS_TOKEN=<token>
|
||||||
# * Up the version in coremain/version.go
|
# * Up the version in coremain/version.go
|
||||||
# * Commit
|
# * Commit -am'releasing <version>
|
||||||
# * Run: make -f Makefile.release
|
# * Run: make -f Makefile.release
|
||||||
|
|
||||||
NAME=coredns
|
NAME=coredns
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package coremain
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
coreName = "CoreDNS"
|
coreName = "CoreDNS"
|
||||||
coreVersion = "001"
|
coreVersion = "002"
|
||||||
|
|
||||||
serverType = "dns"
|
serverType = "dns"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user