Skip to content

Commit 7262167

Browse files
Part 1: Version 2.4.1-SNAPSHOT.
1 parent a60134d commit 7262167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ buildscript {
66
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
77
def versionPostFixValue = project.findProperty('versionPostFix')
88
def versionPostFix = versionPostFixValue ? "-$versionPostFixValue" : ''
9-
// ob_version = "2.4.0$versionPostFix-SNAPSHOT"
10-
ob_version = "2.4.0"
9+
ob_version = "2.4.1$versionPostFix-SNAPSHOT"
1110
println "ObjectBox Java version $ob_version"
1211

1312
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'

0 commit comments

Comments
 (0)