Release v7.0.0-rc.1

This commit is contained in:
Lucien Greathouse
2021-08-23 15:50:28 -04:00
parent 16aa354d36
commit 43715143e4
4 changed files with 13 additions and 5 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 = {7, 0, 0, "-alpha.4"},
version = {7, 0, 0, "-rc.1"},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",