Bump version

This commit is contained in:
modmuss50 2020-04-29 22:50:05 +01:00
parent c38e8d9e1e
commit 204c316b03

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.8.0"
static def baseVersion = "0.9.0"
static def mcVersion = "20w18a"
static def yarnVersion = "+build.1"
}