Release v7.0.0-alpha.1

This commit is contained in:
Lucien Greathouse
2021-02-19 00:28:13 -05:00
parent 8f71d13714
commit 8bf59e5cbb
5 changed files with 45 additions and 24 deletions

View File

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