Release 0.6.0-alpha.3

This commit is contained in:
Lucien Greathouse
2020-03-13 23:50:54 -07:00
parent 1a83789c01
commit bd13047b58
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.2"},
version = {0, 6, 0, "-alpha.3"},
expectedServerVersionString = "0.6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",