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 4bf7f7a commit f0eff9aCopy full SHA for f0eff9a
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -70,7 +70,7 @@ public class BoxStore implements Closeable {
70
/** Change so ReLinker will update native library when using workaround loading. */
71
public static final String JNI_VERSION = "2.8.0";
72
73
- private static final String VERSION = "2.8.1-2020-11-12";
+ private static final String VERSION = "2.8.2-2021-01-26";
74
private static BoxStore defaultStore;
75
76
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments