Skip to content

Commit

Permalink
chore(config): make DefaultVersion V2_1_0_0 (#2574)
Browse files Browse the repository at this point in the history
Contributes-to: #2408

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe committed Aug 8, 2023
1 parent 8a09ef3 commit 4cde6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ var (
}
MinVersion = V0_8_2_0
MaxVersion = V3_5_1_0
DefaultVersion = V2_0_0_0
DefaultVersion = V2_1_0_0

// reduced set of protocol versions to matrix test
fvtRangeVersions = []KafkaVersion{
Expand Down

0 comments on commit 4cde6b3

Please sign in to comment.