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

# dorgu version

> Display Dorgu CLI version information

## Synopsis

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

Print the Dorgu CLI version, git commit hash, and build date.

## Description

The `version` command outputs build metadata embedded at compile time. This is useful for verifying which release you are running, reporting bugs, or confirming that an upgrade was applied.

## Example output

```
dorgu version v0.2.0
  commit: a1b2c3d
  built:  2026-03-15T10:30:00Z
```
