Skip to content

Commit

Permalink
client version bump to 2.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 21, 2021
1 parent 654c44a commit c2c5b24
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 "0";
return "1";
}

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

0 comments on commit c2c5b24

Please sign in to comment.