Skip to content

Commit e7a7822

Browse files
committed
Push Version to 4a
1 parent 1be1347 commit e7a7822

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
@@ -11,7 +11,7 @@ apply from: 'javapreprocessor.gradle'
1111
group = 'de.inetsoftware'
1212

1313
def LIB_GRADLE_VERSION = System.getenv('LIB_GRADLE_VERSION') ?: '4.5.1' // Gradle version for the wrapper
14-
def buildVersion = '4' // build version
14+
def buildVersion = '4a' // build version
1515
def baseVersion = '4.5' // Base Version to build, depends on gradle version.
1616

1717
wrapper.gradleVersion = LIB_GRADLE_VERSION

0 commit comments

Comments
 (0)