diff --git a/cmd/coredns.go b/cmd/coredns.go index 1aae81c..85d123f 100644 --- a/cmd/coredns.go +++ b/cmd/coredns.go @@ -16,7 +16,7 @@ var dropPlugins = map[string]bool{ "k8s_external": true, } -const pluginVersion = "0.3.0" +const pluginVersion = "0.3.1" func init() { var directives []string