Version bump

This commit is contained in:
modmuss50 2020-07-20 20:03:26 +01:00
parent 06ca070952
commit a990e9442e

View file

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