Skip to content

Commit d288801

Browse files
BoxStore: increase VERSION to 5.0.0-2025-09-16
1 parent e5431c1 commit d288801

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
@@ -81,7 +81,7 @@ public class BoxStore implements Closeable {
8181
public static final String JNI_VERSION = "4.3.1-2025-08-02";
8282

8383
/** The ObjectBox database version this Java library is known to work with. */
84-
private static final String VERSION = "4.3.1-2025-08-02";
84+
private static final String VERSION = "5.0.0-2025-09-16";
8585

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

0 commit comments

Comments
 (0)