From 8dd5a1dbb57d2b12979d7cd2a9f213cfae25e8ba Mon Sep 17 00:00:00 2001 From: DonkeeeyKong <135337455+DonkeeeyKong@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:13:49 +0200 Subject: [PATCH] Update script-config.sh Update CONFIG_VERSION to match SNAPSCRIPTVERSION, so that executing the script doesn't produce the error: "Please update your config file to the latest version. The current file is not compatible with this script!". --- script-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-config.sh b/script-config.sh index 2dd9b67..234533d 100644 --- a/script-config.sh +++ b/script-config.sh @@ -1,5 +1,5 @@ #!/bin/bash -CONFIG_VERSION="3.3" +CONFIG_VERSION="3.3.1" ###################### # USER VARIABLES # ######################