mirror of
https://github.com/Wisser/Jailer.git
synced 2026-01-06 01:00:01 -06:00
16.4.2.20
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -261,7 +261,7 @@ public class Environment {
|
||||
private static int rpmOffset() {
|
||||
int offset = 0;
|
||||
if (rpm) {
|
||||
offset = -600;
|
||||
offset = -100;
|
||||
}
|
||||
return offset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user