diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-09 23:46:32 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-15 09:11:17 +0200 |
commit | ca2e5f2a017c20f272419c5539b7c234a02f45a4 (patch) | |
tree | f11813b9c368a1d88fa6370d5bf99b79fef287d6 /global-functions.rsc | |
parent | 5f76c245b016125f9e56d45bef381bae38731491 (diff) |
mod/notification-ntfy: support basic authchange-127
Closes #59
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 abb9e22..8f2f179 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 126; +:global ExpectedConfigVersion 127; # global variables not to be changed by user :global GlobalFunctionsReady false; |