aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coremain/version.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/coremain/version.go b/coremain/version.go
index f89bbeaa5..2e08ff4a0 100644
--- a/coremain/version.go
+++ b/coremain/version.go
@@ -1,9 +1,7 @@
package coremain
const (
- coreName = "CoreDNS"
- // CoreVersion is the current version of CoreDNS.
+ coreName = "CoreDNS"
CoreVersion = "1.0.5"
-
- serverType = "dns"
+ serverType = "dns"
)