Bump version

This commit is contained in:
Player 2020-04-22 09:49:46 +02:00
parent b764ce9905
commit 570150aa1c

View file

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