Skip to content

Commit 19193db

Browse files
BoxStore: increase VERSION to 4.0.2-2024-08-13
1 parent a579019 commit 19193db

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
@@ -76,7 +76,7 @@ public class BoxStore implements Closeable {
7676
/** Change so ReLinker will update native library when using workaround loading. */
7777
public static final String JNI_VERSION = "4.0.1";
7878

79-
private static final String VERSION = "4.0.1-2024-07-17";
79+
private static final String VERSION = "4.0.2-2024-08-13";
8080
private static BoxStore defaultStore;
8181

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

0 commit comments

Comments
 (0)