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