ExperimentalGear/scripts/common/version.lua

9 lines
151 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 {
2022-02-26 18:26:55 +01:00
MAJOR = "?",
MINOR = "?",
PATCH = "?"
2021-11-27 18:42:27 +01:00
}