提交 0617f46b 编写于 作者: O odbozhou

add v5_0_0_preview version

上级 da5d30b4
......@@ -18,7 +18,7 @@ package org.apache.rocketmq.common;
public class MQVersion {
public static final int CURRENT_VERSION = Version.V4_9_0.ordinal();
public static final int CURRENT_VERSION = Version.V5_0_0_PREVIEW.ordinal();
public static String getVersionDesc(int value) {
int length = Version.values().length;
......@@ -640,6 +640,9 @@ public class MQVersion {
V4_9_9_SNAPSHOT,
V4_9_9,
V5_0_0_PREVIEW_SNAPSHOT,
V5_0_0_PREVIEW,
V5_0_0_SNAPSHOT,
V5_0_0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册