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

# gaal version

> Print the gaal version and build time.

```bash theme={"theme":"nord"}
gaal version
```

Prints the gaal binary version and its build timestamp.

## Sample output

```text theme={"theme":"nord"}
$ gaal version
gaal v0.3.0
built 2026-04-18T09:00:00Z
```

When opening a bug report, paste this output along with `gaal doctor -o json`.

## JSON output

```bash theme={"theme":"nord"}
$ gaal version -o json
{
  "version": "v0.3.0",
  "built":   "2026-04-18T09:00:00Z"
}
```

## Related

<CardGroup cols={2}>
  <Card title="Install" icon="download" href="/install" />

  <Card title="gaal doctor" icon="stethoscope" href="/cli/doctor" />
</CardGroup>
