This is an automated email from the ASF dual-hosted git repository.
lizhimin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 4163c7e061 [ISSUE #9381] Prepare to release Apache RocketMQ 5.3.3
(#9385)
4163c7e061 is described below
commit 4163c7e0616a093a51eda7b55e711c0f07c3c538
Author: lizhimins <[email protected]>
AuthorDate: Tue May 6 18:54:03 2025 +0800
[ISSUE #9381] Prepare to release Apache RocketMQ 5.3.3 (#9385)
---
common/src/main/java/org/apache/rocketmq/common/MQVersion.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
b/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
index 20724cf380..20218f5196 100644
--- a/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
+++ b/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
@@ -18,7 +18,7 @@ package org.apache.rocketmq.common;
public class MQVersion {
- public static final int CURRENT_VERSION = Version.V5_3_2.ordinal();
+ public static final int CURRENT_VERSION = Version.V5_3_3.ordinal();
public static String getVersionDesc(int value) {
int length = Version.values().length;