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)
-- his PR should have also bumped `DEV_VERSION`(otherwise system test start to
break) but missed it.
`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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]