Skip to content

Commit 213b997

Browse files
Prepare version 3.0.0-alpha2.
1 parent cf8ed4e commit 213b997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-alpha2' // 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')

0 commit comments

Comments
 (0)