Release v7.0.0

This commit is contained in:
Lucien Greathouse
2021-12-10 19:37:39 -05:00
parent f389a4a1db
commit 07637dfe96
4 changed files with 6 additions and 3 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.3"},
version = {7, 0, 0},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",