Skip to content

Commit b292110

Browse files
committed
Update buildVersion
1 parent 712e449 commit b292110

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
@@ -9,7 +9,7 @@ apply from: 'javapreprocessor.gradle'
99
group = 'de.inetsoftware'
1010

1111
def LIB_GRADLE_VERSION = System.getenv('LIB_GRADLE_VERSION') ?: '3.5' // Gradle version for the wrapper
12-
def buildVersion = '2' // build version
12+
def buildVersion = '3' // build version
1313
def baseVersion = '2.0' // Base Version to build, depends on gradle version.
1414

1515
version = baseVersion

0 commit comments

Comments
 (0)