Skip to content

Commit 36400cd

Browse files
committed
chore(config): make DefaultVersion V2_1_0_0
Contributes-to: #2408 Signed-off-by: Dominic Evans <[email protected]>
1 parent a3024e7 commit 36400cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ var (
261261
}
262262
MinVersion = V0_8_2_0
263263
MaxVersion = V3_5_1_0
264-
DefaultVersion = V2_0_0_0
264+
DefaultVersion = V2_1_0_0
265265

266266
// reduced set of protocol versions to matrix test
267267
fvtRangeVersions = []KafkaVersion{

0 commit comments

Comments
 (0)