about summary refs log tree commit diff stats
path: root/bootstrap/activate/activate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/activate/activate.sh')
-rwxr-xr-xbootstrap/activate/activate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/activate/activate.sh b/bootstrap/activate/activate.sh
index 5dc13ea5..0c3589c5 100755
--- a/bootstrap/activate/activate.sh
+++ b/bootstrap/activate/activate.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 
 mne() {
     mount --mkdir --options compress-force=zstd:15,subvol="$1" "$DISK_ROOT" "$2" || dien "Mounting of $1";