HOTIFX: fix Kafka versions for system tests (#14492)

Reviewers: Bill Bejeck <bill@confluent.io>
This commit is contained in:
Matthias J. Sax 2023-10-05 10:57:31 -07:00 committed by GitHub
parent 0257f26606
commit 688e83f752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")