ExperimentalGear/scripts/common/version.lua

9 lines
145 B
Lua
Raw Normal View History

2021-11-27 18:42:27 +01:00
-- I'm following https://semver.org/
-- If you have issues with it, contact FajsiEx#6106
return {
MAJOR = 0,
MINOR = 2,
2021-12-18 22:29:16 +01:00
PATCH = 1
2021-11-27 18:42:27 +01:00
}