This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 2.6
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.6 by this push:
new 688e83f752d HOTIFX: fix Kafka versions for system tests (#14492)
688e83f752d is described below
commit 688e83f752dba1cc4c97bcaae681a3ece1f78023
Author: Matthias J. Sax <[email protected]>
AuthorDate: Thu Oct 5 10:57:31 2023 -0700
HOTIFX: fix Kafka versions for system tests (#14492)
Reviewers: Bill Bejeck <[email protected]>
---
tests/kafkatest/version.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kafkatest/version.py b/tests/kafkatest/version.py
index 5baf11ecb9b..814a1322a87 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -69,7 +69,7 @@ def get_version(node=None):
return DEV_BRANCH
DEV_BRANCH = KafkaVersion("dev")
-DEV_VERSION = KafkaVersion("2.6.3-SNAPSHOT")
+DEV_VERSION = KafkaVersion("2.6.4-SNAPSHOT")
# 0.8.2.x versions
V_0_8_2_1 = KafkaVersion("0.8.2.1")