release: up version to 1.2.1 (#2057)

up the version and add the man-pages.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2018-08-27 19:54:10 +01:00
committed by GitHub
parent e6ef320d13
commit 554da015e7
19 changed files with 157 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.2.0"
CoreVersion = "1.2.1"
coreName = "CoreDNS"
serverType = "dns"
)