> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/vault/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/vault/cli/version.md).

# version

The `version` command prints the Vault version:

```shell-session
$ vault version
Vault v1.0.0
```

It can also be printed by adding the flags `--version` or `-v` to the `vault` command:

```shell-session
$ vault -v
Vault v1.0.0, built 2023-05-03T08:34:11Z
```
