Skip to content

Commit 5934106

Browse files
BoxStore: set version to 3.2.0-2022-06-15.
1 parent 9feb96b commit 5934106

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

74-
private static final String VERSION = "3.1.3-2022-05-06";
74+
private static final String VERSION = "3.2.0-2022-06-15";
7575
private static BoxStore defaultStore;
7676

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

0 commit comments

Comments
 (0)