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 fa271d0d..e68b9a90 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.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES |