We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5431c1 commit d288801Copy full SHA for d288801
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 = "4.3.1-2025-08-02";
82
83
/** The ObjectBox database version this Java library is known to work with. */
84
- private static final String VERSION = "4.3.1-2025-08-02";
+ private static final String VERSION = "5.0.0-2025-09-16";
85
86
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
87
private static BoxStore defaultStore;
0 commit comments