Skip to content

Commit

Permalink
Prepare version 3.0.0-alpha1.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Mar 3, 2020
1 parent e0ede0b commit 0c44c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
ext {
// Typically, only edit those two:
def objectboxVersionNumber = '3.0.0-alpha1' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
def objectboxVersionRelease = false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
def objectboxVersionRelease = true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions

// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
def versionPostFixValue = project.findProperty('versionPostFix')
Expand Down
2 changes: 1 addition & 1 deletion objectbox-java/src/main/java/io/objectbox/BoxStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
/** Change so ReLinker will update native library when using workaround loading. */
public static final String JNI_VERSION = "2.5.1";

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

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

0 comments on commit 0c44c12

Please sign in to comment.