# snapdir version Print the version. `version` prints the installed `snapdir` version as `snapdir `. It is equivalent to the global `-V`/`--version` flag. ## Usage ```text snapdir version ``` `version` takes no arguments or options. ## Examples Print the version: ```console snapdir version ``` Example output: ```text snapdir 1.4.0 ``` The same value is available via the global flag: ```console snapdir --version ``` ## See also - [Command reference overview](overview.md) - [Install](../install.md)