Release 0.6.0-alpha.2

This commit is contained in:
Lucien Greathouse
2020-03-06 13:56:21 -08:00
parent 2e1c37ffff
commit 0187da5f24
4 changed files with 7 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 = {0, 6, 0, "-alpha.1"},
version = {0, 6, 0, "-alpha.2"},
expectedServerVersionString = "0.6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",