Release 1.1.4

This commit is contained in:
Miek Gieben
2018-06-19 17:57:35 +01:00
parent ab9efdcac4
commit f78f30231d
3 changed files with 7 additions and 4 deletions

View File

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