E56E
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b8f0c commit 28d003eCopy full SHA for 28d003e
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -92,7 +92,7 @@ public class BoxStore implements Closeable {
92
* This is used (currently only in tests) to make sure a database library has a compatible JNI API by checking the
93
* version number matches exactly and the date is the same or newer.
94
*/
95
- private static final String VERSION = "5.2.0-2026-03-06";
+ private static final String VERSION = "5.2.0-2026-03-10";
96
97
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
98
private static BoxStore defaultStore;
0 commit comments