Update version string to 1.8.5 (#4855)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
ca887c02a5
commit
6196125c21
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package coremain
|
||||||
|
|
||||||
// Various CoreDNS constants.
|
// Various CoreDNS constants.
|
||||||
const (
|
const (
|
||||||
CoreVersion = "1.8.4"
|
CoreVersion = "1.8.5"
|
||||||
coreName = "CoreDNS"
|
coreName = "CoreDNS"
|
||||||
serverType = "dns"
|
serverType = "dns"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue