Up release to 1.2.0 (#1958)

Automatically submitted.
This commit is contained in:
Miek Gieben
2018-07-10 12:28:29 +01:00
committed by corbot[bot]
parent 3b9da82392
commit 2306721c23
2 changed files with 3 additions and 3 deletions

View File

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