# ox version (https://sageox.ai/docs/cli/version)

# ox version

Display the version, build date, git commit, and Go version of the ox CLI you're running.

## Usage

<Terminal>
  <TerminalCommand>ox version</TerminalCommand>
</Terminal>

<Terminal title="ox version">
  <TerminalOutput>ox 0.14.0</TerminalOutput>
  <TerminalOutput>Built: 2026-08-21 20:49 UTC</TerminalOutput>
  <TerminalOutput>Commit: 0e41c923</TerminalOutput>
  <TerminalOutput>Go: go1.26.5</TerminalOutput>
</Terminal>

## Examples

Emit the version details as JSON for scripts and tooling:

<Terminal>
  <TerminalCommand>ox version --json</TerminalCommand>
</Terminal>

## Flags

| Flag | Description |
|------|-------------|
| `--json` | Output version information as JSON |

## What's next

- [ox upgrade](/docs/cli/upgrade) - Move to the latest version
- [ox release-notes](/docs/cli/release-notes) - See what changed in the version you're running
