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

lollipop 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 42fcd278ca [ISSUE #7374] Prepare to release Apache RocketMQ 5.1.4 
(#7375)
42fcd278ca is described below

commit 42fcd278ca84f6988d48a7d11271fc81b921d59a
Author: lk <[email protected]>
AuthorDate: Wed Sep 20 15:41:23 2023 +0800

    [ISSUE #7374] Prepare to release Apache RocketMQ 5.1.4 (#7375)
---
 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 bfd07a8959..4f1990ff82 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_1_3.ordinal();
+    public static final int CURRENT_VERSION = Version.V5_1_4.ordinal();
 
     public static String getVersionDesc(int value) {
         int length = Version.values().length;

Reply via email to