Bump version

This commit is contained in:
Player 2020-04-11 22:00:53 +02:00
parent 94c7834a50
commit dc50b8619e

View file

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