diff --git a/lua/pshy/bases/version.lua b/lua/pshy/bases/version.lua index c639abcf..4bcd3679 100644 --- a/lua/pshy/bases/version.lua +++ b/lua/pshy/bases/version.lua @@ -10,7 +10,7 @@ local version = {} --- Module Settings: -pshy.TFM_VERSION = 8.89 -- The last tfm version this script was made for. +pshy.TFM_VERSION = 8.98 -- The last tfm version this script was made for. pshy.TFM_API_VERSION = "0.28" -- The last tfm api version this script was made for. version.days_before_update_suggested = 90 -- How old the script should be before suggesting an update (`nil` to disable). version.days_before_update_advised = 180 -- How old the script should be before requesting an update (`nil` to disable).