Bump version to 1.7.0 (#3782)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2020-06-15 07:23:25 -07:00
committed by GitHub
parent d902e85919
commit 8ee4c1fa2f

View File

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