[ISSUE #9734] Prepare to release Apache RocketMQ 5.3.4 (#9861)

Change-Id: I2a9e9b99223ed2f98b7611619bff369d83b3e1ea

Signed-off-by: terrance.lzm <terrance.lzm@alibaba-inc.com>
This commit is contained in:
lizhimins
2025-11-26 14:07:50 +08:00
committed by GitHub
parent e87f9cbb08
commit b77f2ab3a4
@@ -18,7 +18,7 @@ package org.apache.rocketmq.common;
public class MQVersion {
public static final int CURRENT_VERSION = Version.V5_3_3.ordinal();
public static final int CURRENT_VERSION = Version.V5_3_4.ordinal();
public static String getVersionDesc(int value) {
int length = Version.values().length;