Skip to main content

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 codeMeaning
0Version printed successfully to stdout.
1An internal error occurred (error message printed to stderr).

Use in bug reports

When reporting a Loom issue, include:

  1. The exact command you ran (e.g. loom version).
  2. The full version output (including any -dev / git SHA metadata).
  3. If the issue involves a run: the receipt path and run id (see Receipts contract and Runtime logs contract).