File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version = ob_version
3
3
4
4
buildscript {
5
5
ext {
6
- ob_version = ' 2.3.1 '
6
+ ob_version = ' 2.4.0-SNAPSHOT '
7
7
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8
8
ob_expected_version = project. hasProperty(' expectedVersion' ) ? project. property(' expectedVersion' ) : ' UNDEFINED'
9
9
Original file line number Diff line number Diff line change 59
59
@ ThreadSafe
60
60
public class BoxStore implements Closeable {
61
61
62
- private static final String VERSION = "2.3.1 -2019-01-08" ;
62
+ private static final String VERSION = "2.4.0 -2019-01-08" ;
63
63
private static BoxStore defaultStore ;
64
64
65
65
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments