1 parent 8b34ab4 commit dd45a9aCopy full SHA for dd45a9a
1 file changed
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -59,7 +59,7 @@
59
@ThreadSafe
60
public class BoxStore implements Closeable {
61
62
- private static final String VERSION = "2.1.0-2018-08-16";
+ private static final String VERSION = "2.2.0-2018-09-04";
63
private static BoxStore defaultStore;
64
65
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments