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


##########
tests/kafkatest/version.py:
##########
@@ -120,7 +120,7 @@ def get_version(node=None):
         return DEV_BRANCH
 
 DEV_BRANCH = KafkaVersion("dev")
-DEV_VERSION = KafkaVersion("3.6.0-SNAPSHOT")
+DEV_VERSION = KafkaVersion("3.7.0-SNAPSHOT")

Review Comment:
   The vote was closed, and @satishd did pump the version in all other places 
already (cf 
https://github.com/apache/kafka/commit/9e3b1f9b9bf48603acde7f71c704af812a6dab4b)
 -- this PR should have also bumped this version (otherwise system test start 
to break).
   
   `DEV_VERSION` must match what is in `gradle.properties`, so this is really 
just a plain fix :) 



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to