Skip to content

Commit

Permalink
Update buildVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Nov 16, 2017
1 parent 712e449 commit b292110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply from: 'javapreprocessor.gradle'
group = 'de.inetsoftware'

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

version = baseVersion
Expand Down

0 comments on commit b292110

Please sign in to comment.