Install script shows incorrect version number
Resolved 💬 3 comments Opened Dec 28, 2025 by goushuai888 Closed Dec 31, 2025
Description
The install script displays an incorrect version number after installation.
Steps to Reproduce
- Run the official install command:
``bash``
curl -fsSL https://claude.ai/install.sh | bash -s stable
- Observe the output shows:
```
✔ Claude Code successfully installed!
Version: 2.0.67
```
- Run
claude --versionto check actual version:
````
2.0.76 (Claude Code)
Expected Behavior
The version number displayed by the install script should match the actually installed version.
Actual Behavior
- Install script shows:
2.0.67 - Actual installed version:
2.0.76
Environment
- OS: macOS (Darwin 25.2.0)
- Date: 2025-12-28
Possible Cause
The version number in install.sh appears to be hardcoded and not synchronized with the latest release.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗