This commit is contained in:
modmuss50 2020-08-21 17:37:22 +01:00
parent ec432e1979
commit 6b1a0d6d25

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.18.0"
static def baseVersion = "0.19.0"
static def mcVersion = "1.15.2"
static def yarnVersion = "+build.1"
}