diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-07 23:43:45 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-07 23:43:45 +0200 |
commit | 03bf3d67a0822eab08c80b69ca32ed63346a93e5 (patch) | |
tree | 1e6fea3b44feda3c7b086f3bf20e6c5838c19e4d /global-functions.rsc | |
parent | f585b6ee32a6c7a4e860f17e4f9d332021f856aa (diff) | |
parent | f14788a10444022ae0f7d0bea7839facf36128f1 (diff) |
Merge branch 'check-certificates' into next
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 f75ed54..e682edc 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 97; +:global ExpectedConfigVersion 98; # global variables not to be changed by user :global GlobalFunctionsReady false; |