Skip to content

Commit 67d7783

Browse files
committed
VERSION = "2.7.1-2020-08-19"
1 parent 741ac19 commit 67d7783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public class BoxStore implements Closeable {
6565
@Nullable private static Object relinker;
6666

6767
/** Change so ReLinker will update native library when using workaround loading. */
68-
public static final String JNI_VERSION = "2.7.0";
68+
public static final String JNI_VERSION = "2.7.1";
6969

70-
private static final String VERSION = "2.7.0-2020-07-30";
70+
private static final String VERSION = "2.7.1-2020-08-19";
7171
private static BoxStore defaultStore;
7272

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

0 commit comments

Comments
 (0)