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 6a0a9bc commit b18723dCopy full SHA for b18723d
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 = "1.4.6-2018-03-15";
+ private static final String VERSION = "1.5.0-2018-04-12";
63
private static BoxStore defaultStore;
64
65
private static final Set<String> openFiles = new HashSet<>();
0 commit comments