Skip to content

Commit 1fdc93c

Browse files
BoxStore: compatible with database version 5.1.1-dev-2026-01-21
1 parent 4e657af commit 1fdc93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

8787
/** The ObjectBox database version this Java library is known to work with. */
88-
private static final String VERSION = "5.1.0-2026-01-19";
88+
private static final String VERSION = "5.1.1-dev-2026-01-21";
8989

9090
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
9191
private static BoxStore defaultStore;

0 commit comments

Comments
 (0)