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