Release v7.0.0-alpha.2

This commit is contained in:
Lucien Greathouse
2021-02-19 21:47:49 -05:00
parent 8bf59e5cbb
commit 78755b6130
11 changed files with 27 additions and 10 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.1"},
version = {7, 0, 0, "-alpha.2"},
expectedServerVersionString = "7.0 or newer",
protocolVersion = 4,
defaultHost = "localhost",