Release 6.1.0

This commit is contained in:
Lucien Greathouse
2021-04-12 17:19:35 -04:00
parent 21f7ef6186
commit 0599b50235
4 changed files with 6 additions and 3 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 = {6, 0, 2},
version = {6, 1, 0},
expectedServerVersionString = "6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",