Temp increase build number

This commit is contained in:
Jesse Boyd 2017-02-09 02:26:04 +11:00
parent f95190bf51
commit 07945af0e0
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -28,7 +28,7 @@ ext {
date = git.head().date.format("yy.MM.dd")
revision = "-${git.head().abbreviatedId}"
parents = git.head().parentIds;
index = -82; // Offset to mach CI
index = -69; // Offset to mach CI
int major, minor, patch;
major = minor = patch = 0;
for (;parents != null && !parents.isEmpty();index++) {