We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b070c commit 6374111Copy full SHA for 6374111
1 file changed
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.1.1-2026-02-16";
+ private static final String VERSION = "5.2.0-2026-03-06";
96
97
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
98
private static BoxStore defaultStore;
0 commit comments