diff options
Diffstat (limited to 'bootstrap/02_setup.sh')
-rwxr-xr-x | bootstrap/02_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/02_setup.sh b/bootstrap/02_setup.sh index 7b539c52..fa271d0d 100755 --- a/bootstrap/02_setup.sh +++ b/bootstrap/02_setup.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES |