Skip to content

Commit 04aa534

Browse files
Start development of version 3.0.0-alpha1.
1 parent da6359d commit 04aa534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = ob_version
44
buildscript {
55
ext {
66
// Typically, only edit those two:
7-
def objectboxVersionNumber = '2.5.2' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
7+
def objectboxVersionNumber = '3.0.0-alpha1' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
88
def objectboxVersionRelease = false // 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

0 commit comments

Comments
 (0)