Bump version

This commit is contained in:
Player 2020-03-05 13:48:36 +01:00
parent 2ad15631c8
commit 7acb0ecdd8

View file

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