diff options
author | 2018-06-19 17:57:35 +0100 | |
---|---|---|
committer | 2018-06-19 17:57:35 +0100 | |
commit | f78f30231df90da6184d5f811ecf9c06b0160c2b (patch) | |
tree | 971178b1b3e0943a0d6ffb7349e2cb018fe1bd3d /coremain/version.go | |
parent | ab9efdcac4914b8bed486d32128ae00adba0dc90 (diff) | |
download | coredns-1.1.4.tar.gz coredns-1.1.4.tar.zst coredns-1.1.4.zip |
Release 1.1.4v1.1.4
Diffstat (limited to '')
-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 186bba92a..e881d8674 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.1.3" + CoreVersion = "1.1.4" coreName = "CoreDNS" serverType = "dns" ) |