You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2019/07/31 08:05:06 UTC

[rocketmq] branch develop updated: change the MQVersion variable to rocketmq 4.5.2 version;

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

huzongtang 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 0f3b492  change the MQVersion variable to rocketmq 4.5.2 version;
0f3b492 is described below

commit 0f3b492ff10ad1a0ab464a3f8b76e1aef564e010
Author: huzongtang <hu...@cmss.chinamobile.com>
AuthorDate: Wed Jul 31 16:04:32 2019 +0800

    change the MQVersion variable to rocketmq 4.5.2 version;
---
 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 71ca0d6..47cfb6e 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.V4_5_1.ordinal();
+    public static final int CURRENT_VERSION = Version.V4_5_2.ordinal();
 
     public static String getVersionDesc(int value) {
         int length = Version.values().length;