ExperimentalGear/scripts/common/version.lua

9 lines
151 B
Lua

-- I'm following https://semver.org/
-- If you have issues with it, contact FajsiEx#6106
return {
MAJOR = "?",
MINOR = "?",
PATCH = "?"
}