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 849d59d commit faa6e44Copy full SHA for faa6e44
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.4.0-2018-12-30";
+ private static final String VERSION = "2.3.1-2019-01-08";
63
private static BoxStore defaultStore;
64
65
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments