Skip to content

Commit c2c5b24

Browse files
committed
client version bump to 2.0.0.1
1 parent 654c44a commit c2c5b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ public static String getPatchLevel() {
684684
}
685685

686686
public static String getBuild() {
687-
return "0";
687+
return "1";
688688
}
689689

690690
public static boolean isVersionGreater(String referenceVersion, String compareToVersion) {

0 commit comments

Comments
 (0)