Skip to content

Commit

Permalink
chore(release): prepare to release rocketmq 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Dec 8, 2020
1 parent 4730987 commit 84da462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class MQVersion {

public static final int CURRENT_VERSION = Version.V4_7_1.ordinal();
public static final int CURRENT_VERSION = Version.V4_8_0.ordinal();

public static String getVersionDesc(int value) {
int length = Version.values().length;
Expand Down

0 comments on commit 84da462

Please sign in to comment.