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 239a6f4 commit 034cf7eCopy full SHA for 034cf7e
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.0-2024-05-14";
+ private static final String VERSION = "4.0.1-2024-07-17";
80
private static BoxStore defaultStore;
81
82
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments