summaryrefslogtreecommitdiffstats
path: root/image-builder/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'image-builder/bootstrap.sh')
-rwxr-xr-ximage-builder/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/image-builder/bootstrap.sh b/image-builder/bootstrap.sh
index 03c485f..250da44 100755
--- a/image-builder/bootstrap.sh
+++ b/image-builder/bootstrap.sh
@@ -14,7 +14,7 @@
# bootstrap.sh — build the sbo-base:{ver} image FROM scratch from NAS trees.
# Run as root (installpkg). Adapted from forge slackware/docker-images.
set -euo pipefail
-PROJECT_VERSION="1.1.0" # bump via sed across all scripts; see CLAUDE.md Releases
+PROJECT_VERSION="1.1.1" # bump via sed across all scripts; see CLAUDE.md Releases
HERE="$(cd "$(dirname "$0")" && pwd)"
source "${HERE}/config"
LOG_TAG=bootstrap