aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-02-22 10:34:09 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-02-22 10:34:09 +0100
commit73eb92fb723e6f42c3d80a0a7d0e4d21bcfc8238 (patch)
tree1c2cc19355c2068ff4babb9a3134494ae582bbc1
parent292176e910e080e824779cc735081ff415c6c28a (diff)
We have a Telegram group!change-45
-rw-r--r--README.md7
-rw-r--r--global-config2
-rw-r--r--global-config-overlay2
-rw-r--r--global-config.changes1
-rw-r--r--global-functions2
5 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index d216fa0..14b32db 100644
--- a/README.md
+++ b/README.md
@@ -192,6 +192,13 @@ Available Scripts
[comment]: # (* learn-mac-based-vlan)
[comment]: # (* manage-umts)
+Contact
+-------
+
+We have a Telegram Group [RouterOS-Scripts](https://t.me/routeros_scripts)!
+Get help, give feedback or just chat - but do not expect free professional
+support!
+
Contribute
----------
diff --git a/global-config b/global-config
index bf8ff8a..d574f60 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 44;
+:global GlobalConfigVersion 45;
# This is used for DNS and backup file.
:global Domain "example.com";
diff --git a/global-config-overlay b/global-config-overlay
index 3e374b1..6a8050a 100644
--- a/global-config-overlay
+++ b/global-config-overlay
@@ -9,7 +9,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable change notifications.
-:global GlobalConfigVersion 44;
+:global GlobalConfigVersion 45;
# Copy configuration from global-config here and modify it.
diff --git a/global-config.changes b/global-config.changes
index dcafb7c..283d2c0 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -48,6 +48,7 @@
42="Made severity in terminal output colorful, with opt-out.";
43="Added queue for e-mail notifications to resend later on error.";
44="Dropped script 'global-wait', all scripts wait on their own now.";
+ 45="We have a Telegram Group! Come along and say hello: https://t.me/routeros_scripts";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index d1fcf05..502aa46 100644
--- a/global-functions
+++ b/global-functions
@@ -8,7 +8,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/
# expected configuration version
-:global ExpectedConfigVersion 44;
+:global ExpectedConfigVersion 45;
# global variables not to be changed by user
:global GlobalFunctionsReady false;