Release v7.1.0

This commit is contained in:
Lucien Greathouse
2022-05-22 18:53:45 -04:00
parent f1d0f1c1c9
commit a5a69fd9fc
4 changed files with 404 additions and 363 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},
version = {7, 1, 0},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",