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.
2 parents 748e594 + e8a7a41 commit 839c071Copy full SHA for 839c071
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.5.0";
68
69
- private static final String VERSION = "2.5.0-2019-12-12";
+ private static final String VERSION = "2.5.1-2019-12-12";
70
private static BoxStore defaultStore;
71
72
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments