Release v7.2.0

This commit is contained in:
Lucien Greathouse
2022-06-29 20:34:06 -04:00
parent 58098e96d4
commit 0987b44e23
4 changed files with 7 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, 1, 1},
version = {7, 2, 0},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",