Files
rojo/plugin/src/Config.lua
Lucien Greathouse 91caa67e04 Release 0.5.0 stable (#234)
* This should be everything?

* Add contributing guide
2019-08-27 14:14:48 -07:00

8 lines
177 B
Lua

return {
codename = "Epiphany",
version = {0, 5, 0},
expectedServerVersionString = "0.5.0 or newer",
protocolVersion = 2,
defaultHost = "localhost",
defaultPort = 34872,
}