Bump version

This commit is contained in:
Player 2020-03-05 14:10:33 +01:00
parent b1726571e4
commit 56f586a0fc

View file

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