Skip to content

Commit 9c28171

Browse files
committed
1.4.4-2018-03-08
1 parent 4077f7d commit 9c28171

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.4-2018-03-07";
62+
private static final String VERSION = "1.4.4-2018-03-08";
6363
private static BoxStore defaultStore;
6464

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

0 commit comments

Comments
 (0)