diff options
author | 2018-03-25 17:22:09 +0100 | |
---|---|---|
committer | 2018-03-25 17:22:09 +0100 | |
commit | 231c2c0ef3fb921f5cae31ff4a2f7c6653da01ad (patch) | |
tree | cee634af902f28bbb861533e361aa43302dc0b92 | |
parent | 8e0c7f92c3567843624671dc0f82f5c591dddd4b (diff) | |
download | coredns-231c2c0ef3fb921f5cae31ff4a2f7c6653da01ad.tar.gz coredns-231c2c0ef3fb921f5cae31ff4a2f7c6653da01ad.tar.zst coredns-231c2c0ef3fb921f5cae31ff4a2f7c6653da01ad.zip |
Release 1.1.1v1.1.1
-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 266985cd7..c432ec330 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.1.0" + CoreVersion = "1.1.1" coreName = "CoreDNS" serverType = "dns" ) |