Skip to content

Commit d802964

Browse files
BoxStore: increase VERSION to 4.3.0-2025-05-12
1 parent 0d69ed8 commit d802964

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
@@ -80,7 +80,7 @@ public class BoxStore implements Closeable {
8080
public static final String JNI_VERSION = "4.2.0-2025-03-04";
8181

8282
/** The ObjectBox database version this Java library is known to work with. */
83-
private static final String VERSION = "4.2.0-2025-03-04";
83+
private static final String VERSION = "4.3.0-2025-05-12";
8484
private static BoxStore defaultStore;
8585

8686
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)