Skip to content

Commit

Permalink
🔖 Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJT committed Dec 2, 2019
1 parent 17d737e commit 875209e
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 @@ -12,7 +12,7 @@ def lastUpdate = 'December 2nd 2019'
def majorVersionNumber = '0'
def minorVersionNumber = '7'
def patchVersionNumber = '0'
def wipBuildNumber = '14' // if different from 0 it indicates that this is a wip version, not a yet released one
def wipBuildNumber = '0' // if different from 0 it indicates that this is a wip version, not a yet released one

def buildNumber = (wipBuildNumber != '0') ? "-alpha.${wipBuildNumber}" : ''
def versionNumber = "${majorVersionNumber}.${minorVersionNumber}.${patchVersionNumber}${buildNumber}"
Expand Down

0 comments on commit 875209e

Please sign in to comment.