Release 6.0.0-rc.3

This commit is contained in:
Lucien Greathouse
2020-11-19 11:47:07 -08:00
parent dcb30351c5
commit a1f7cdc2b6
3 changed files with 4 additions and 2 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.2"},
version = {6, 0, 0, "-rc.3"},
expectedServerVersionString = "6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",