1.15-pre5

This commit is contained in:
modmuss50 2019-12-05 14:07:00 +00:00
parent ec40b2e12c
commit da060503f2

View file

@ -12,8 +12,8 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.4.19"
static def mcVersion = "1.15-pre4"
static def baseVersion = "0.4.20"
static def mcVersion = "1.15-pre5"
static def yarnVersion = "+build.1"
}