Commit 2e68682d authored by Miek Gieben's avatar Miek Gieben

releasing 002

parent 4f36e63a
...@@ -15,7 +15,7 @@ ...@@ -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 ...@@ -2,7 +2,7 @@ package coremain
const ( const (
coreName = "CoreDNS" coreName = "CoreDNS"
coreVersion = "001" coreVersion = "002"
serverType = "dns" 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