diff options
author | 2019-08-01 13:50:28 +0000 | |
---|---|---|
committer | 2019-08-01 09:50:28 -0400 | |
commit | 1fda5703fc83f21b21bbe3b6796e476397394e18 (patch) | |
tree | 1b0396f6e6a8a79ed205585a736d74a01c21e808 | |
parent | a01b202b6ace52148dcfdfe8bc723878e0f911f8 (diff) | |
download | coredns-1fda5703fc83f21b21bbe3b6796e476397394e18.tar.gz coredns-1fda5703fc83f21b21bbe3b6796e476397394e18.tar.zst coredns-1fda5703fc83f21b21bbe3b6796e476397394e18.zip |
Release 1.6.1 (#3081)v1.6.1
... and another one
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | coremain/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coremain/version.go b/coremain/version.go index 182af29af..11b767345 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.6.0" + CoreVersion = "1.6.1" coreName = "CoreDNS" serverType = "dns" ) |