2019-10-25 16:25:04 +00:00
|
|
|
---
|
2020-01-18 00:18:09 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: version - Command
|
|
|
|
description: The "version" command prints the version of Vault.
|
2019-10-25 16:25:04 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# version
|
|
|
|
|
|
|
|
The `version` command prints the Vault version:
|
|
|
|
|
2020-05-21 17:18:17 +00:00
|
|
|
```shell-session
|
2019-10-25 16:25:04 +00:00
|
|
|
$ vault version
|
|
|
|
Vault v1.2.3
|
|
|
|
```
|
|
|
|
|
|
|
|
It can also be printed by adding the flags `--version` or `-v` to the `vault` command:
|
|
|
|
|
2020-05-21 17:18:17 +00:00
|
|
|
```shell-session
|
2019-10-25 16:25:04 +00:00
|
|
|
$ vault -v
|
2022-05-03 20:37:55 +00:00
|
|
|
Vault v1.2.3, built 2022-05-03T08:34:11Z
|
2019-10-25 16:25:04 +00:00
|
|
|
```
|