Skip to content

Commit e8a7a41

Browse files
committed
BoxStore version 2.5.1
1 parent c508135 commit e8a7a41

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
@@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
6666
/** Change so ReLinker will update native library when using workaround loading. */
6767
public static final String JNI_VERSION = "2.5.0";
6868

69-
private static final String VERSION = "2.5.0-2019-12-12";
69+
private static final String VERSION = "2.5.1-2019-12-12";
7070
private static BoxStore defaultStore;
7171

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

0 commit comments

Comments
 (0)