Version 0.7.3
This commit is contained in:
parent
08c0e2d81e
commit
b924b3f36d
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.2." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.7.3." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.7.2.BUILD"
|
||||
version = "0.7.3.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Add table
Reference in a new issue