bump version

This commit is contained in:
modmuss50 2020-06-16 17:21:13 +01:00
parent 5794386efb
commit b92c4e0aca

View file

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