Install script shows incorrect version number

Status Closed — duplicate
Reported on v2.0.76
Maintainer reply None cached
Activity 3 comments · opened Dec 28, 2025 · closed Dec 31, 2025

Description

The install script displays an incorrect version number after installation.

Steps to Reproduce

  1. Run the official install command:

``bash
curl -fsSL https://claude.ai/install.sh | bash -s stable
``

  1. Observe the output shows:

```
✔ Claude Code successfully installed!

Version: 2.0.67
```

  1. Run claude --version to 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.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗