We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e657af commit 1fdc93cCopy full SHA for 1fdc93c
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -85,7 +85,7 @@ public class BoxStore implements Closeable {
85
public static final String JNI_VERSION = "5.0.0-2025-09-27";
86
87
/** The ObjectBox database version this Java library is known to work with. */
88
- private static final String VERSION = "5.1.0-2026-01-19";
+ private static final String VERSION = "5.1.1-dev-2026-01-21";
89
90
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
91
private static BoxStore defaultStore;
0 commit comments