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 49b8d7e commit a9c88fcCopy full SHA for a9c88fc
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -71,7 +71,7 @@ public class BoxStore implements Closeable {
71
/** Change so ReLinker will update native library when using workaround loading. */
72
public static final String JNI_VERSION = "3.1.3";
73
74
- private static final String VERSION = "3.1.3-2022-05-05";
+ private static final String VERSION = "3.1.3-2022-05-06";
75
private static BoxStore defaultStore;
76
77
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments