summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6c7d96e..d32e698 100755
--- a/install.sh
+++ b/install.sh
@@ -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