We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fee9d2 commit d3da363Copy full SHA for d3da363
pkg/version/check.go
@@ -55,7 +55,7 @@ var (
55
defaultTiCDCVersion = semver.New("4.0.1")
56
57
// MinTiCDCVersion is the version of the minimal allowed TiCDC version.
58
- MinTiCDCVersion = semver.New("7.3.0-alpha")
+ MinTiCDCVersion = semver.New("6.3.0-alpha")
59
// MaxTiCDCVersion is the version of the maximum allowed TiCDC version.
60
// for version `x.y.z`, max allowed `x+2.0.0`
61
MaxTiCDCVersion = semver.New("10.0.0-alpha")
0 commit comments