diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-13 16:42:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-16 15:27:14 +0200 |
commit | fed7f2da46fc02b12d23c0f05111452b8e9935e6 (patch) | |
tree | faec2a774a679deb6059c4dda591119080417288 /global-functions.rsc | |
parent | c9233773b3a1dd967d1dd5924c5f00c516d55d41 (diff) |
mod/notification-telegram: drop support for non-fixed width fontchange-107
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index dbedfbc..4617a3a 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 106; +:global ExpectedConfigVersion 107; # global variables not to be changed by user :global GlobalFunctionsReady false; |