Skip to content

Commit ce88a89

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 4112595 + 55f0fbb commit ce88a89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
/* https://github.com/braun-daniel/devcontainer-features/blob/main/src/fzf */
8585
"ghcr.io/braun-daniel/devcontainer-features/fzf:1": {}
8686
},
87-
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.2.8/install.sh | bash",
87+
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.2.9/install.sh | bash",
8888
"remoteUser": "root",
8989
"containerUser": "root"
9090
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Claude CodePro can be installed into any existing project:
3636
2. Run this command in the terminal:
3737

3838
```bash
39-
curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.2.8/install.sh | bash
39+
curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.2.9/install.sh | bash
4040
```
4141

4242
3. Reopen in Container: `Cmd+Shift+P` → "Dev Containers: Reopen in Container"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77

88
# Version updated by semantic-release
9-
VERSION="3.2.8"
9+
VERSION="3.2.9"
1010

1111
REPO="maxritter/claude-codepro"
1212
REPO_RAW="https://raw.githubusercontent.com/${REPO}/v${VERSION}"

installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Claude CodePro Installer - Professional step-based installation pipeline."""
22

3-
__version__ = "3.2.8"
3+
__version__ = "3.2.9"
44
__build__ = "dev" # Updated by CI during release builds

0 commit comments

Comments
 (0)