Skip to content

Commit 71d5263

Browse files
committed
BoxStore 1.4.6-2018-03-15
1 parent 4d054dc commit 71d5263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@ThreadSafe
6060
public class BoxStore implements Closeable {
6161

62-
private static final String VERSION = "1.4.5-2018-03-11";
62+
private static final String VERSION = "1.4.6-2018-03-15";
6363
private static BoxStore defaultStore;
6464

6565
private static final Set<String> openFiles = new HashSet<>();

0 commit comments

Comments
 (0)