We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160b780 commit 1337d56Copy full SHA for 1337d56
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-15";
+ private static final String VERSION = "2.1.0-2018-08-16";
63
private static BoxStore defaultStore;
64
65
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments