Merge branch '1.8.8' of https://github.com/TechReborn/TechReborn into 1.8.8
This commit is contained in:
commit
c02269f4d6
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ configurations {
|
|||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
version = "0.7.0." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.7.1." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.7.0.BUILD"
|
||||
version = "0.7.1.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Reference in a new issue