Skip to content

Commit 8dd5a1d

Browse files
authored
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!".
1 parent be2c916 commit 8dd5a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
CONFIG_VERSION="3.3"
2+
CONFIG_VERSION="3.3.1"
33
######################
44
# USER VARIABLES #
55
######################

0 commit comments

Comments
 (0)