Release 6.0.0-rc.4

This commit is contained in:
Lucien Greathouse
2020-12-14 14:04:06 -08:00
parent faf86d006a
commit eddbe7d0cf
4 changed files with 93 additions and 83 deletions

View File

@@ -5,7 +5,7 @@ local isDevBuild = script.Parent.Parent:FindFirstChild("ROJO_DEV_BUILD") ~= nil
return strict("Config", {
isDevBuild = isDevBuild,
codename = "Epiphany",
version = {6, 0, 0, "-rc.3"},
version = {6, 0, 0, "-rc.4"},
expectedServerVersionString = "6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",