We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014e685 commit b07bbedCopy full SHA for b07bbed
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
66
/** Change so ReLinker will update native library when using workaround loading. */
67
public static final String JNI_VERSION = "2.4.0";
68
69
- private static final String VERSION = "2.4.0-2019-05-21";
+ private static final String VERSION = "2.4.0-2019-06-07";
70
private static BoxStore defaultStore;
71
72
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments