Bump version

This commit is contained in:
Player 2020-04-22 05:39:46 +02:00
parent ec951ea440
commit 45c38e2d22

View file

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