changed the build nr for testing
This commit is contained in:
parent
1a597240fd
commit
dc009ae9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ def properties = new Properties()
|
|||
def versionMajor = 1
|
||||
def versionMinor = 8
|
||||
def versionPatch = 2
|
||||
def versionBuild = 1 // bump for dogfood builds, public betas, etc.
|
||||
def versionBuild = 2 // bump for dogfood builds, public betas, etc.
|
||||
def isBeta = false
|
||||
|
||||
def versionExt = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue