Skip to content

Commit 1690622

Browse files
BoxStore: compatible with database version 5.1.0-2026-01-19
1 parent 751c049 commit 1690622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class BoxStore implements Closeable {
8181
public static final String JNI_VERSION = "5.0.0-2025-09-27";
8282

8383
/** The ObjectBox database version this Java library is known to work with. */
84-
private static final String VERSION = "5.1.0-alpha-2026-01-14";
84+
private static final String VERSION = "5.1.0-2026-01-19";
8585

8686
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
8787
private static BoxStore defaultStore;

0 commit comments

Comments
 (0)