Bump version

This commit is contained in:
modmuss50 2020-07-29 23:54:25 +01:00
parent 80f083f580
commit d54afe8768

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.16.2"
static def baseVersion = "0.16.3"
static def mcVersion = "1.16.2-pre1"
static def yarnVersion = "+build.1"
}