Release Rojo 7.0.0-rc.3

This commit is contained in:
Lucien Greathouse
2021-10-19 17:12:28 -04:00
parent 07abfbde43
commit 75542dacb3
8 changed files with 2747 additions and 508 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, "-rc.2"},
version = {7, 0, 0, "-rc.3"},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",