Skip to content

Commit 05e6689

Browse files
committed
BoxStore version 1.4.0-2018-01-08
1 parent e48bb54 commit 05e6689

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
@@ -138,7 +138,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
138138
public static native boolean isObjectBrowserAvailable();
139139

140140
public static String getVersion() {
141-
return "1.4.0-2017-12-18";
141+
return "1.4.0-2018-01-08";
142142
}
143143

144144
private final File directory;

0 commit comments

Comments
 (0)