mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-06 01:15:57 -06:00
7 lines
296 B
Lua
7 lines
296 B
Lua
|
|
--- The number below is the debug revision number.
|
|
--- It is used in migrations.lua to determine if any migrations need to be run for beta testers.
|
|
--- It is expected these are only meaningful between releases during beta testing.
|
|
--- It should be set to nil for any release version.
|
|
return nil
|