Skip to content

Commit b18723d

Browse files
committed
BoxStore version 1.5.0
1 parent 6a0a9bc commit b18723d

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.6-2018-03-15";
62+
private static final String VERSION = "1.5.0-2018-04-12";
6363
private static BoxStore defaultStore;
6464

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

0 commit comments

Comments
 (0)