Beta 0.4.2
This commit is contained in:
parent
8aafd118f5
commit
65f3b30c51
1 changed files with 2 additions and 2 deletions
|
@ -66,9 +66,9 @@ configurations {
|
|||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
version = "0.4.1." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.4.2." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.4.1.BUILD"
|
||||
version = "0.4.2.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Reference in a new issue