Skip to content

Commit

Permalink
Update current version to V4_2_0_SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
dongeforever committed Jun 27, 2017
1 parent 34b2b81 commit a9b66d5
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_1_0_SNAPSHOT.ordinal();
public static final int CURRENT_VERSION = Version.V4_2_0_SNAPSHOT.ordinal();

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

0 comments on commit a9b66d5

Please sign in to comment.