Skip to content

Commit

Permalink
Prepare version 3.0.0-alpha2.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Mar 24, 2020
1 parent cf8ed4e commit 213b997
Showing 1 changed file with 1 addition and 1 deletion.
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-alpha2' // 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

0 comments on commit 213b997

Please sign in to comment.