Skip to content

Commit

Permalink
[ISSUE #7374] Prepare to release Apache RocketMQ 5.1.4 (#7375)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdkxlk authored Sep 20, 2023
1 parent f05a8da commit 42fcd27
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.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;
Expand Down

0 comments on commit 42fcd27

Please sign in to comment.