set minimum version for disconnected client mode to 1.3.0 (#12530)

This commit is contained in:
Tim Gross
2022-04-08 16:48:37 -04:00
committed by GitHub
parent d4f8263483
commit 6a49a0fb81

View File

@@ -74,7 +74,7 @@ const (
)
// minVersionMaxClientDisconnect is the minimum version that supports max_client_disconnect.
var minVersionMaxClientDisconnect = version.Must(version.NewVersion("1.2.6"))
var minVersionMaxClientDisconnect = version.Must(version.NewVersion("1.3.0"))
// SetStatusError is used to set the status of the evaluation to the given error
type SetStatusError struct {