Skip to main content
gaal version
Prints the gaal binary version and its build timestamp.

Sample output

$ gaal version
gaal v0.1.0
built 2026-04-18T09:00:00Z
When opening a bug report, paste this output along with gaal doctor -o json.

JSON output

$ gaal version -o json
{
  "version": "v0.1.0",
  "built":   "2026-04-18T09:00:00Z"
}

Install

gaal doctor