> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ellomas.com/llms.txt
> Use this file to discover all available pages before exploring further.

# replay version

> Print version information for the Replay binary.

# `replay version`

Print the version, build commit, date, and Go runtime information.

## Usage

```bash theme={null}
replay version
```

## Example Output

```
replay v0.1.0 (commit: a1b2c3d, built: 2026-06-03T12:00:00Z, darwin/arm64, go1.25.0)
```

The version, commit, and date are injected at build time via ldflags. When built locally with `go install` or `go build`, you may see:

```
replay dev (commit: none, built: unknown, darwin/arm64, go1.25.0)
```
