There was an error while loading. Please reload this page.
1 parent 157ec85 commit f071370Copy full SHA for f071370
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.3-2018-03-01";
+ private static final String VERSION = "1.4.4-2018-03-04";
63
private static BoxStore defaultStore;
64
65
private static final Set<String> openFiles = new HashSet<>();
0 commit comments