Bump version

This commit is contained in:
Player 2020-05-03 20:21:57 +02:00
parent 63435d4b92
commit d0b0d5f31b

View file

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