Skip to content

Commit f0eff9a

Browse files
BoxStore: match VERSION with native library.
1 parent 4bf7f7a commit f0eff9a

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
@@ -70,7 +70,7 @@ public class BoxStore implements Closeable {
7070
/** Change so ReLinker will update native library when using workaround loading. */
7171
public static final String JNI_VERSION = "2.8.0";
7272

73-
private static final String VERSION = "2.8.1-2020-11-12";
73+
private static final String VERSION = "2.8.2-2021-01-26";
7474
private static BoxStore defaultStore;
7575

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

0 commit comments

Comments
 (0)