You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2023/05/15 07:16:52 UTC

[rocketmq] branch 4.9.x updated: Prepare to release version 4.9.6 (#6759)

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

dinglei pushed a commit to branch 4.9.x
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/4.9.x by this push:
     new a2f99133a Prepare to release version 4.9.6 (#6759)
a2f99133a is described below

commit a2f99133a4055c792880628dc59098a5048efb77
Author: rongtong <ji...@163.com>
AuthorDate: Mon May 15 15:16:33 2023 +0800

    Prepare to release version 4.9.6 (#6759)
---
 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 08ad97f66..494c075b0 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_9_5.ordinal();
+    public static final int CURRENT_VERSION = Version.V4_9_6.ordinal();
 
     public static String getVersionDesc(int value) {
         int length = Version.values().length;