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

# capsule version

> Print the installed Capsule CLI version.

## Usage

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

## When to run this

| Situation                                    | Why                                                         |
| -------------------------------------------- | ----------------------------------------------------------- |
| Reporting a bug                              | Tells support exactly which version to reproduce against    |
| After running `capsule update`               | Confirms the update succeeded and the new version is active |
| Checking what the running service version is | Run on the server to see what is actually installed         |

## Output

```
1.2.0
```

Prints the version number and exits. Useful for confirming which release is installed or for scripting version checks.

## Notes

* To upgrade to the latest version, run [`capsule update`](/cli/update)
