We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feb96b commit 5934106Copy full SHA for 5934106
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -71,7 +71,7 @@ public class BoxStore implements Closeable {
71
/** Change so ReLinker will update native library when using workaround loading. */
72
public static final String JNI_VERSION = "3.1.3";
73
74
- private static final String VERSION = "3.1.3-2022-05-06";
+ private static final String VERSION = "3.2.0-2022-06-15";
75
private static BoxStore defaultStore;
76
77
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments