diff options
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.0.0" # bump via sed across all scripts; see CLAUDE.md Releases +PROJECT_VERSION="1.1.0" # bump via sed across all scripts; see CLAUDE.md Releases HERE="$(cd "$(dirname "$0")" && pwd)" BINDIR="${BINDIR:-$HOME/bin}" PROG=test-build |
