mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-26 17:46:25 -05:00
Update mc version to 21w16a
This commit is contained in:
parent
14efdf6ee6
commit
b90688755c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def ENV = System.getenv()
|
||||||
|
|
||||||
class Globals {
|
class Globals {
|
||||||
static def baseVersion = "0.33.0"
|
static def baseVersion = "0.33.0"
|
||||||
static def mcVersion = "21w15a"
|
static def mcVersion = "21w16a"
|
||||||
static def yarnVersion = "+build.1"
|
static def yarnVersion = "+build.1"
|
||||||
static def loaderVersion = "0.10.5+build.213"
|
static def loaderVersion = "0.10.5+build.213"
|
||||||
static def preRelease = true
|
static def preRelease = true
|
||||||
|
|
Loading…
Reference in a new issue