This commit is contained in:
modmuss50 2020-08-21 17:37:32 +01:00
parent 516ece7c6e
commit a607839c1a

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.16.2"
static def yarnVersion = "+build.1"
}