diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-16 12:49:20 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-16 12:49:20 +0200 |
| commit | 6ae662fb92323ca4bbd2dd75062f8a38e9277ea8 (patch) | |
| tree | 75a4408e3c181499d07caa55ae00cc511a262254 /install.sh | |
| parent | 64b849ba8b0aa20b128ae317d35e27e0a71f9e16 (diff) | |
| download | sbo-dockerbuild-6ae662fb92323ca4bbd2dd75062f8a38e9277ea8.tar.gz sbo-dockerbuild-6ae662fb92323ca4bbd2dd75062f8a38e9277ea8.zip | |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ # ./install.sh --uninstall remove it 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)" BINDIR="${BINDIR:-$HOME/bin}" PROG=test-build |
