Skip to content

Commit 450a5fa

Browse files
committed
Back to 2.4.0-SNAPSHOT
1 parent 59a1819 commit 450a5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = ob_version
33

44
buildscript {
55
ext {
6-
ob_version = '2.3.3'
6+
ob_version = '2.4.0-SNAPSHOT'
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

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ public class BoxStore implements Closeable {
6363
@Nullable public static Object context;
6464
@Nullable public static Object relinker;
6565
/** Change so ReLinker will update native library when using workaround loading. */
66-
public static final String JNI_VERSION = "2.3.3";
66+
public static final String JNI_VERSION = "2.4.0";
6767

68-
private static final String VERSION = "2.3.3-2019-02-13";
68+
private static final String VERSION = "2.4.0-2019-02-14";
6969
private static BoxStore defaultStore;
7070

7171
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)