You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2022/09/09 16:00:16 UTC

[kafka] 01/02: Bump version to 3.2.2

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit d695a90faad9505c39e684c33bee20f60566d455
Author: Mickael Maison <mi...@gmail.com>
AuthorDate: Fri Sep 2 16:04:00 2022 +0200

    Bump version to 3.2.2
---
 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 2c74520c92..5aecd53de1 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -116,7 +116,7 @@ def get_version(node=None):
         return DEV_BRANCH
 
 DEV_BRANCH = KafkaVersion("dev")
-DEV_VERSION = KafkaVersion("3.2.1-SNAPSHOT")
+DEV_VERSION = KafkaVersion("3.2.2-SNAPSHOT")
 
 # 0.8.2.x versions
 V_0_8_2_1 = KafkaVersion("0.8.2.1")