Release 6.0.0-rc.2

This commit is contained in:
Lucien Greathouse
2020-11-19 10:25:25 -08:00
parent 046dc0d598
commit 836b18e68a
4 changed files with 93 additions and 69 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.1"},
version = {6, 0, 0, "-rc.2"},
expectedServerVersionString = "6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",