diff options
Diffstat (limited to 'coremain')
-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 0e0c0ce35..ccdd0329d 100644 --- a/coremain/version.go +++ b/coremain/version.go @@ -2,7 +2,7 @@ package coremain // Various CoreDNS constants. const ( - CoreVersion = "1.7.0" + CoreVersion = "1.7.1" coreName = "CoreDNS" serverType = "dns" ) |