Skip to content

Commit 437b78a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e269e58 + 110baee commit 437b78a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Start shipping systematically with Spec-Driven Development, Skills, TDD, Semanti
2424
Run this command in **any project directory** for a **fresh install** or to **update to the latest version**:
2525

2626
```bash
27-
curl -sSL https://raw.githubusercontent.com/maxritter/claude-codepro/v2.5.10/scripts/install.py -o /tmp/claude-codepro-install.py && python3 /tmp/claude-codepro-install.py
27+
curl -sSL https://raw.githubusercontent.com/maxritter/claude-codepro/v2.5.11/scripts/install.py -o /tmp/claude-codepro-install.py && python3 /tmp/claude-codepro-install.py
2828
```
2929

3030
The installer will guide you through the setup process with interactive prompts.

scripts/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# This VERSION is updated by releasebot during release
2020
# - In main branch: VERSION = "main"
2121
# - In release tags: VERSION = "v2.4.0" (or whatever the release version is)
22-
VERSION = "v2.5.10"
22+
VERSION = "v2.5.11"
2323
REPO_URL = "https://github.com/maxritter/claude-codepro"
2424

2525

0 commit comments

Comments
 (0)