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 18eddd3 commit d09da67Copy full SHA for d09da67
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
66
/** Change so ReLinker will update native library when using workaround loading. */
67
public static final String JNI_VERSION = "2.6.0";
68
69
- private static final String VERSION = "2.6.0-2020-06-09";
+ private static final String VERSION = "2.6.1-2020-06-09";
70
private static BoxStore defaultStore;
71
72
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments