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 a579019 commit 19193dbCopy full SHA for 19193db
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -76,7 +76,7 @@ public class BoxStore implements Closeable {
76
/** Change so ReLinker will update native library when using workaround loading. */
77
public static final String JNI_VERSION = "4.0.1";
78
79
- private static final String VERSION = "4.0.1-2024-07-17";
+ private static final String VERSION = "4.0.2-2024-08-13";
80
private static BoxStore defaultStore;
81
82
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments