Skip to content

Commit 60bd402

Browse files
committed
Java V1.0.0-2017-09-02
1 parent 68bb01c commit 60bd402

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
@@ -130,7 +130,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
130130
static native int nativeCleanStaleReadTransactions(long store);
131131

132132
public static String getVersion() {
133-
return "0.9.13-2017-06-16";
133+
return "1.0.0-2017-09-02";
134134
}
135135

136136
private final File directory;

0 commit comments

Comments
 (0)