2014-04-25 02:54:26 +00:00
|
|
|
---
|
2016-01-19 18:08:53 +00:00
|
|
|
layout: "docs"
|
2014-04-25 02:54:26 +00:00
|
|
|
page_title: "vagrant version - Command-Line Interface"
|
|
|
|
sidebar_current: "cli-version"
|
2016-01-19 18:08:53 +00:00
|
|
|
description: |-
|
|
|
|
The "vagrant version" command is used to output the version of Vagrant
|
|
|
|
currently installed on the system.
|
2014-04-25 02:54:26 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# Version
|
|
|
|
|
|
|
|
**Command: `vagrant version`**
|
|
|
|
|
|
|
|
This command tells you the version of Vagrant you have installed
|
|
|
|
as well as the latest version of Vagrant that is currently available.
|
|
|
|
|
|
|
|
In order to determine the latest available Vagrant version, this
|
|
|
|
command must make a network call. If you only want to see the currently
|
|
|
|
installed version, use `vagrant --version`.
|