Bump version

This commit is contained in:
Player 2020-05-04 19:57:24 +00:00 committed by GitHub
parent fa8407432a
commit b4da06fb83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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