mjsax commented on code in PR #20977:
URL: https://github.com/apache/kafka/pull/20977#discussion_r2558451989


##########
tests/kafkatest/version.py:
##########
@@ -248,4 +248,9 @@ 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
+
+# 4.3.x version
+V_4_3_0 = KafkaVersion("4.3.0")

Review Comment:
   Seems this is unused. We would only need to add this after we release AK 
4.3.0.



-- 
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]

Reply via email to