Skip to content

Commit d09da67

Browse files
Start development of next version (2).
1 parent 18eddd3 commit d09da67

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.6.0";
6868

69-
private static final String VERSION = "2.6.0-2020-06-09";
69+
private static final String VERSION = "2.6.1-2020-06-09";
7070
private static BoxStore defaultStore;
7171

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

0 commit comments

Comments
 (0)