Skip to content

Commit

Permalink
bump client version to 2.4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Sep 15, 2023
1 parent bd7aa8f commit bf4f726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ public static String getPatchLevel() {
}

public static String getBuild() {
return "1";
return "2";
}

public static boolean isVersionGreater(String referenceVersion, String compareToVersion) {
Expand Down

0 comments on commit bf4f726

Please sign in to comment.