From c2c5b24e885170187ac2cf4efec0f72a4edb1501 Mon Sep 17 00:00:00 2001 From: j-dimension Date: Thu, 21 Oct 2021 19:37:57 +0200 Subject: [PATCH] client version bump to 2.0.0.1 --- .../src/com/jdimension/jlawyer/client/utils/VersionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java index d1a754983..e481916ea 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/utils/VersionUtils.java @@ -684,7 +684,7 @@ public static String getPatchLevel() { } public static String getBuild() { - return "0"; + return "1"; } public static boolean isVersionGreater(String referenceVersion, String compareToVersion) {