Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Feb 28, 2024
1 parent c9ad56a commit ad60707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,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 ad60707

Please sign in to comment.