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 0d69ed8 commit d802964Copy full SHA for d802964
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -80,7 +80,7 @@ public class BoxStore implements Closeable {
80
public static final String JNI_VERSION = "4.2.0-2025-03-04";
81
82
/** The ObjectBox database version this Java library is known to work with. */
83
- private static final String VERSION = "4.2.0-2025-03-04";
+ private static final String VERSION = "4.3.0-2025-05-12";
84
private static BoxStore defaultStore;
85
86
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments