Skip to content

Commit

Permalink
server: change batch split version to 2.1.0-rc.1 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored and disksing committed Aug 24, 2018
1 parent b23d14d commit 4d2f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var featuresDict = map[Feature]string{
Version2_0: "2.0.0",
RegionMerge: "2.0.0",
RaftLearner: "2.0.0",
BatchSplit: "2.1.0-rc1",
BatchSplit: "2.1.0-rc.1",
}

// MinSupportedVersion returns the minimum support version for the specified feature.
Expand Down

0 comments on commit 4d2f90b

Please sign in to comment.