version bump

This commit is contained in:
modmuss50 2020-06-12 11:32:35 +01:00
parent a35bc9fe9a
commit ee3acc8423

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.11.10"
static def baseVersion = "0.12.0"
static def mcVersion = "1.16-pre4"
static def yarnVersion = "+build.1"
}