Skip to content

Commit 040acbb

Browse files
BoxStore: increase VERSION to 4.0.3-2024-11-05
1 parent b530b5a commit 040acbb

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
@@ -77,7 +77,7 @@ public class BoxStore implements Closeable {
7777
public static final String JNI_VERSION = "4.0.2-2024-10-15";
7878

7979
/** The native or core version of ObjectBox the Java library is known to work with. */
80-
private static final String VERSION = "4.0.2-2024-10-15";
80+
private static final String VERSION = "4.0.3-2024-11-05";
8181
private static BoxStore defaultStore;
8282

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

0 commit comments

Comments
 (0)