Bump version

This commit is contained in:
modmuss50 2020-02-10 17:08:49 +00:00
parent f08b613338
commit e939d5c64a

View file

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