Bump version

This commit is contained in:
modmuss50 2020-07-12 19:36:35 +01:00
parent fac8f36647
commit e4cb07a722

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.14.4"
static def baseVersion = "0.14.5"
static def mcVersion = "20w28a"
static def yarnVersion = "+build.11"
}