Bump version

This commit is contained in:
Player 2020-04-22 07:28:42 +00:00 committed by GitHub
parent 692f3e57e9
commit ea0c4fa998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = "1.15.2"
static def yarnVersion = "+build.1"
}