Skip to content

Commit 0c44c12

Browse files
Prepare version 3.0.0-alpha1.
1 parent e0ede0b commit 0c44c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
ext {
66
// Typically, only edit those two:
77
def objectboxVersionNumber = '3.0.0-alpha1' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
8-
def objectboxVersionRelease = false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
8+
def objectboxVersionRelease = true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
99

1010
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
1111
def versionPostFixValue = project.findProperty('versionPostFix')

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
6666
/** Change so ReLinker will update native library when using workaround loading. */
6767
public static final String JNI_VERSION = "2.5.1";
6868

69-
private static final String VERSION = "2.5.2-2020-02-10";
69+
private static final String VERSION = "3.0.0-alpha1-2020-03-03";
7070
private static BoxStore defaultStore;
7171

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

0 commit comments

Comments
 (0)