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 b530b5a commit 040acbbCopy full SHA for 040acbb
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -77,7 +77,7 @@ public class BoxStore implements Closeable {
77
public static final String JNI_VERSION = "4.0.2-2024-10-15";
78
79
/** The native or core version of ObjectBox the Java library is known to work with. */
80
- private static final String VERSION = "4.0.2-2024-10-15";
+ private static final String VERSION = "4.0.3-2024-11-05";
81
private static BoxStore defaultStore;
82
83
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments