Hot fix 0.6.1 and Fusion Reactor API

This commit is contained in:
Modmuss50 2015-11-16 20:27:45 +00:00
parent 1321422edf
commit 473a981f51
4 changed files with 101 additions and 2 deletions

View file

@ -66,9 +66,9 @@ configurations {
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {
version = "0.6.0." + "${System.getenv().BUILD_NUMBER}"
version = "0.6.1." + "${System.getenv().BUILD_NUMBER}"
} else {
version = "0.6.0.BUILD"
version = "0.6.1.BUILD"
}
minecraft {