16.4.2.20

This commit is contained in:
Wisser
2024-10-05 07:16:52 +02:00
parent fb0fa5c639
commit 04d09d4010
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ public class JailerVersion {
/**
* The Jailer version.
*/
public static final String VERSION = "16.4.2.18";
public static final String VERSION = "16.4.2.20";
/**
* The Jailer working tables version.

View File

@@ -261,7 +261,7 @@ public class Environment {
private static int rpmOffset() {
int offset = 0;
if (rpm) {
offset = -600;
offset = -100;
}
return offset;
}