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

# Version

> Print the application version

The `version` command outputs the current version information for the `same` CLI tool.

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

## Output Format

The output includes the semantic version tag, the specific git commit hash, and the build date in the following format:

```text theme={null}
same version <version> (commit: <hash>, date: <date>)
```

## Example

```text theme={null}
same version v0.1.0 (commit: a1b2c3d, date: 2023-10-27)
```
