We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751c049 commit 1690622Copy full SHA for 1690622
1 file changed
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -81,7 +81,7 @@ public class BoxStore implements Closeable {
81
public static final String JNI_VERSION = "5.0.0-2025-09-27";
82
83
/** 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";
+ private static final String VERSION = "5.1.0-2026-01-19";
85
86
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
87
private static BoxStore defaultStore;
0 commit comments