Skip to content

[Bug]: Binary --version outputs 3.11.0 instead of 3.11.2 in v3.11.2 release #2407

@EightDoor

Description

@EightDoor

Prerequisites

  • I will write this issue in English (see our Language Policy)
  • I have searched existing issues to avoid duplicates
  • I am using the latest version of oh-my-opencode
  • I have read the documentation or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer

Bug Description

The --version flag outputs 3.11.0 even though the installed version is 3.11.2.

Steps to Reproduce

Bug Description

The --version flag outputs 3.11.0 even though the installed version is 3.11.2.

Steps to Reproduce

  1. Install oh-my-opencode v3.11.2 via bun:

    bun update -g oh-my-opencode
  2. Check the package.json versions (both show 3.11.2):
    cat ~/.bun/install/global/node_modules/oh-my-opencode/package.json | grep version
    cat ~/.bun/install/global/node_modules/oh-my-opencode-darwin-arm64/package.json | grep version

  3. Run the binary with --version:
    ~/.bun/install/global/node_modules/oh-my-opencode-darwin-arm64/bin/oh-my-opencode --version

    Output: 3.11.0 <-- Expected: 3.11.2

Expected Behavior
--version should output 3.11.2.
Actual Behavior
--version outputs 3.11.0.
Environment

  • OS: macOS (darwin-arm64)
  • Install method: bun global install
    Analysis
    The version string embedded in the compiled binary was not updated when releasing v3.11.2. Package.json files are correct, but the binary's internal version string is out of sync.

Expected Behavior

The version is displayed correctly

Actual Behavior

Inconsistent version number

Doctor Output

- OS: macOS (darwin-arm64)
- Install method: bun global install

Error Logs

Configuration

Additional Context

No response

Operating System

macOS

OpenCode Version

3.11.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions