Skip to content

Commit

Permalink
chore: add version constant for kafka 3.7.2 (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwe authored Jan 9, 2025
1 parent 1d62a48 commit 6182e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ var (
V3_6_2_0 = newKafkaVersion(3, 6, 2, 0)
V3_7_0_0 = newKafkaVersion(3, 7, 0, 0)
V3_7_1_0 = newKafkaVersion(3, 7, 1, 0)
V3_7_2_0 = newKafkaVersion(3, 7, 2, 0)
V3_8_0_0 = newKafkaVersion(3, 8, 0, 0)
V3_8_1_0 = newKafkaVersion(3, 8, 1, 0)
V3_9_0_0 = newKafkaVersion(3, 9, 0, 0)
Expand Down Expand Up @@ -275,6 +276,7 @@ var (
V3_6_2_0,
V3_7_0_0,
V3_7_1_0,
V3_7_2_0,
V3_8_0_0,
V3_8_1_0,
V3_9_0_0,
Expand Down

0 comments on commit 6182e9e

Please sign in to comment.