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
33
44buildscript {
55 ext {
6- ob_version = ' 2.2.0-SNAPSHOT '
6+ ob_version = ' 2.2.0'
77 ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
88 ob_expected_version = project. hasProperty(' expectedVersion' ) ? project. property(' expectedVersion' ) : ' UNDEFINED'
99
Original file line number Diff line number Diff line change 5959@ ThreadSafe
6060public class BoxStore implements Closeable {
6161
62- private static final String VERSION = "2.2.0-2018-09-04 " ;
62+ private static final String VERSION = "2.2.0-2018-09-27 " ;
6363 private static BoxStore defaultStore ;
6464
6565 /** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments