Skip to content

Commit dd45a9a

Browse files
committed
BoxStore.VERSION 2.2.0-2018-09-04
1 parent 8b34ab4 commit dd45a9a

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
@@ -59,7 +59,7 @@
5959
@ThreadSafe
6060
public class BoxStore implements Closeable {
6161

62-
private static final String VERSION = "2.1.0-2018-08-16";
62+
private static final String VERSION = "2.2.0-2018-09-04";
6363
private static BoxStore defaultStore;
6464

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

0 commit comments

Comments
 (0)