'multipass version` command
The multipass version
command without an argument will display the client and daemon versions of Multipass.
$ multipass version
multipass 1.0.0
multipassd 1.0.0
If there is an update to Multipass available, it will be printed out in addition to aforementioned output (example and not actual output):
$ multipass version
multipass 1.0.0
multipassd 1.0.0
########################################################################################
Multipass 1.0.1 release
Bugfix release to address a crash
Go here for more information: https://github.com/canonical/multipass/releases/tag/v1.0.1
########################################################################################
Using the --help
option prints out the usage information for the version
command:
$ multipass version --help
Usage: multipass version [options]
Display version information about the multipass command
and daemon.
Options:
-h, --help Display this help
-v, --verbose Increase logging verbosity, repeat up to three times for more
detail
Last updated 11 days ago.