1 parent 4819cf3 commit e894cd2Copy full SHA for e894cd2
2 files changed
build.gradle
@@ -3,7 +3,7 @@ version = ob_version
3
4
buildscript {
5
ext {
6
- ob_version = '2.2.0'
+ ob_version = '2.3.0-SNAPSHOT'
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-27";
+ private static final String VERSION = "2.3.0-2018-09-28";
63
private static BoxStore defaultStore;
64
65
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments