Start 0.8 dev cycle
parent
63bf3aaaa4
commit
429d2dadb1
|
@ -22,7 +22,7 @@ tasks.withType(JavaCompile).configureEach {
|
|||
|
||||
group = 'net.fabricmc'
|
||||
archivesBaseName = project.name
|
||||
def baseVersion = '0.7'
|
||||
def baseVersion = '0.8'
|
||||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
|
|
Loading…
Reference in New Issue