1## `version` command
2```
3zigmod version
4```
5
6This command accepts no arguments and will print the Zigmod version string. It will be in the form `zigmod <build>-<commit> <os> <arch> <abi>`.
7
8At the time of this writing, that would look like `zigmod dev-7f7c2ac linux x86_64 gnu` for example.