Skip to content

Commit 1ca7533

Browse files
committed
BoxStore.getVersion(): "1.2.1-2017-11-09"
1 parent c337dea commit 1ca7533

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

138138
public static String getVersion() {
139-
return "1.2.0-2017-10-31";
139+
return "1.2.1-2017-11-09";
140140
}
141141

142142
private final File directory;

0 commit comments

Comments
 (0)