Skip to content

Commit 86b2b5c

Browse files
BoxStore: increase VERSION to 4.3.1-2025-07-28
1 parent 0a8934d commit 86b2b5c

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.3.0-2025-05-12";
8181

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

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

0 commit comments

Comments
 (0)