Release v7.1.1

This commit is contained in:
Lucien Greathouse
2022-05-26 02:53:20 -04:00
parent 6c6d6c9c8d
commit b9ed68fa9e
5 changed files with 12 additions and 6 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, 0},
version = {7, 1, 1},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",