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

# version

```bash lines theme={"system"}
qlty version [OPTIONS]
```

Print the current Qlty CLI version

Example output:

```plain lines theme={"system"}
qlty 0.303.0 (14cfc6e)
```

Version follow [Semantic Versioning](https://semver.org/). Following the version number is the Git commit SHA that the CLI was built from.

Debug builds are indicated with the word `debug` following the Git commit SHA. Otherwise, it is a release build.

## Examples

```bash Print the current version lines theme={"system"}
qlty version
```

## See Also

* [`help`](/cli/commands/help)
* [Global Options](/cli/global-options)
