mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -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/
|
||||
# * export GITHUB_ACCESS_TOKEN=<token>
|
||||
# * Up the version in coremain/version.go
|
||||
# * Commit
|
||||
# * Commit -am'releasing <version>
|
||||
# * Run: make -f Makefile.release
|
||||
|
||||
NAME=coredns
|
||||
|
||||
@@ -2,7 +2,7 @@ package coremain
|
||||
|
||||
const (
|
||||
coreName = "CoreDNS"
|
||||
coreVersion = "001"
|
||||
coreVersion = "002"
|
||||
|
||||
serverType = "dns"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user