Release v7.0.0-alpha.4

This commit is contained in:
Lucien Greathouse
2021-05-14 16:37:49 -04:00
parent 1c281539e0
commit 5a0a8f5077
4 changed files with 8 additions and 5 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, "-alpha.2"},
version = {7, 0, 0, "-alpha.4"},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",