diff --git a/command/connect/envoy/envoy.go b/command/connect/envoy/envoy.go index 115ef2ebb6..990a0cb0c8 100644 --- a/command/connect/envoy/envoy.go +++ b/command/connect/envoy/envoy.go @@ -112,7 +112,7 @@ func (c *cmd) init() { "Set the agent's gRPC address and port (in http(s)://host:port format). "+ "Alternatively, you can specify CONSUL_GRPC_ADDR in ENV.") - c.flags.StringVar(&c.envoyVersion, "envoy-version", "1.13.0", + c.flags.StringVar(&c.envoyVersion, "envoy-version", "1.13.1", "Sets the envoy-version that the envoy binary has.") c.flags.BoolVar(&c.register, "register", false,