Release v7.2.1

This commit is contained in:
Lucien Greathouse
2022-07-08 20:22:16 -04:00
parent 535e4d42bb
commit e482aba030
4 changed files with 12 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ local isDevBuild = script.Parent.Parent:FindFirstChild("ROJO_DEV_BUILD") ~= nil
return strict("Config", {
isDevBuild = isDevBuild,
codename = "Epiphany",
version = {7, 2, 0},
expectedServerVersionString = "7.0 or newer",
version = {7, 2, 1},
expectedServerVersionString = "7.2 or newer",
protocolVersion = 4,
defaultHost = "localhost",
defaultPort = 34872,