1 parent dd45a9a commit cacd874Copy full SHA for cacd874
2 files changed
build.gradle
@@ -3,7 +3,7 @@ version = ob_version
3
4
buildscript {
5
ext {
6
- ob_version = '2.2.0-SNAPSHOT'
+ ob_version = '2.2.0'
7
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
9
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -59,7 +59,7 @@
59
@ThreadSafe
60
public class BoxStore implements Closeable {
61
62
- private static final String VERSION = "2.2.0-2018-09-04";
+ private static final String VERSION = "2.2.0-2018-09-27";
63
private static BoxStore defaultStore;
64
65
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments