MINOR: bump dev version for system tests to 3.8 (#15157)

Reviewers: Josep Prat <josep.prat@aiven.io>
This commit is contained in:
Matthias J. Sax 2024-01-09 23:08:36 -08:00 committed by GitHub
parent aa7ba7bd5a
commit 5ec9899d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -122,9 +122,9 @@ def get_version(node=None):
return DEV_BRANCH
DEV_BRANCH = KafkaVersion("dev")
DEV_VERSION = KafkaVersion("3.7.0-SNAPSHOT")
DEV_VERSION = KafkaVersion("3.8.0-SNAPSHOT")
LATEST_METADATA_VERSION = "3.7"
LATEST_METADATA_VERSION = "3.8"
# 0.8.2.x versions
V_0_8_2_1 = KafkaVersion("0.8.2.1")