AndrewJSchofield commented on code in PR #20972:
URL: https://github.com/apache/kafka/pull/20972#discussion_r2559223648
##########
tests/kafkatest/version.py:
##########
@@ -248,4 +248,5 @@ def get_version(node=None):
# 4.2.x version
V_4_2_0 = KafkaVersion("4.2.0")
-LATEST_4_2 = V_4_2_0
+V_4_2_1 = KafkaVersion("4.2.1")
+LATEST_4_2 = V_4_2_1
Review Comment:
I realise now that I was getting confused between Kafka versions and
metadata versions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]