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 535a0787ad [ISSUE #9227] Prepare to release Apache RocketMQ 5.3.2
(#9228)
535a0787ad is described below
commit 535a0787ad966aa011e754fb31e1c7e2a45de7f5
Author: lizhimins <[email protected]>
AuthorDate: Fri Mar 7 15:45:26 2025 +0800
[ISSUE #9227] Prepare to release Apache RocketMQ 5.3.2 (#9228)
---
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 a03668e51c..20724cf380 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_1.ordinal();
+ public static final int CURRENT_VERSION = Version.V5_3_2.ordinal();
public static String getVersionDesc(int value) {
int length = Version.values().length;