ExperimentalGear/scripts/common/version.lua

9 lines
145 B
Lua

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