Version 0.5.6
This commit is contained in:
parent
e3da8073ed
commit
88f4737772
1 changed files with 2 additions and 2 deletions
|
@ -66,9 +66,9 @@ configurations {
|
|||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
version = "0.5.5." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.5.6." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.5.5.BUILD"
|
||||
version = "0.5.6.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Add table
Reference in a new issue