Skip to content

Commit c5a0b52

Browse files
committed
set versions to 0.9.7-2017-02-09
1 parent 1109874 commit c5a0b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
153153
static native int nativeCleanStaleReadTransactions(long store);
154154

155155
public static String getVersion() {
156-
return "0.9.7-2017-01-28";
156+
return "0.9.7-2017-02-09";
157157
}
158158

159159
private final File directory;

0 commit comments

Comments
 (0)