Bump version

This commit is contained in:
modmuss50 2020-06-25 23:29:25 +01:00
parent a4c57d8e2b
commit dfd0b839f4

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.13.1"
static def baseVersion = "0.14.0"
static def mcVersion = "1.16.1"
static def yarnVersion = "+build.5"
}