releasing 002

This commit is contained in:
Miek Gieben
2016-10-19 20:34:28 +01:00
parent 4f36e63a05
commit 2e68682d4d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ package coremain
const ( const (
coreName = "CoreDNS" coreName = "CoreDNS"
coreVersion = "001" coreVersion = "002"
serverType = "dns" serverType = "dns"
) )