diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-20 16:10:57 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-20 23:20:53 +0100 |
commit | e6c256cd4b74599f3f539ca2c48adab91bd5ee8e (patch) | |
tree | 78dab5e4f5f2f691c27941144ff00b6478b9ebdb /global-functions | |
parent | e9a426a7980d70ec9acfe79ed7b7aae53f8d594d (diff) |
check-health: notify about new featureschange-88
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 1ed5248..d969653 100644 --- a/global-functions +++ b/global-functions @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 87; +:global ExpectedConfigVersion 88; # global variables not to be changed by user :global GlobalFunctionsReady false; |