Release v0.6.0-alpha.1

This commit is contained in:
Lucien Greathouse
2020-01-22 10:09:07 -08:00
parent f2227aa7cb
commit 99b8ada42b
4 changed files with 9 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 = {0, 6, 0, "-dev"},
version = {0, 6, 0, "-alpha.1"},
expectedServerVersionString = "0.6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",