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

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


The following commit(s) were added to refs/heads/3.9 by this push:
     new ad749f8ee66 MINOR: bump dev version to 3.9.2 (#21351)
ad749f8ee66 is described below

commit ad749f8ee6692c32bcc4bba103016335837450d0
Author: PoAn Yang <[email protected]>
AuthorDate: Sun Jan 25 11:06:46 2026 +0900

    MINOR: bump dev version to 3.9.2 (#21351)
    
    Bump DEV_VERSION to `3.9.2` to fix `StreamsUpgradeTest.
    test_app_upgrade` e2e.
    
    Reviewers: Chia-Ping Tsai <[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 fa301e6a8dd..eafb715cc61 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -122,7 +122,7 @@ def get_version(node=None):
         return DEV_BRANCH
 
 DEV_BRANCH = KafkaVersion("dev")
-DEV_VERSION = KafkaVersion("3.9.2-SNAPSHOT")
+DEV_VERSION = KafkaVersion("3.9.2")
 
 # This should match the LATEST_PRODUCTION version defined in 
MetadataVersion.java
 LATEST_STABLE_METADATA_VERSION = "3.9-IV0"

Reply via email to