diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-13 08:37:11 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-13 09:02:04 +0100 |
commit | 3d4a14d44935fff6777a97afb4b598238c57b47e (patch) | |
tree | 099a4840be7ca45c59c80227dd2fdbe0dae5c56a /global-functions.rsc | |
parent | ccfbabde5eed08a021b2d47f34bc4498940fda1d (diff) |
netwatch-notify: pass link to notificationchange-124
This is pass verbatim below the notification text.
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 d33e3e2..e4d0fd2 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 123; +:global ExpectedConfigVersion 124; # global variables not to be changed by user :global GlobalFunctionsReady false; |