loom version
Print the Loom CLI version string.
Synopsis
loom version
Output
The version string is printed to stdout as a single line, with no prefix.
0.0.0-dev
Release builds override the version at compile time via -ldflags. A release build produces output like:
0.1.0
If the build embeds development metadata, the output may include a -dev suffix or a git SHA:
0.0.0-dev
Exit codes
| Exit code | Meaning |
|---|---|
0 | Version printed successfully to stdout. |
1 | An internal error occurred (error message printed to stderr). |
Use in bug reports
When reporting a Loom issue, include:
- The exact command you ran (e.g.
loom version). - The full version output (including any
-dev/ git SHA metadata). - If the issue involves a run: the receipt path and run id (see Receipts contract and Runtime logs contract).