Command: version
The version
command displays build information about the running binary,
including the release version, build date, and the exact revision.
Usage
Output
This command prints the version number and info about the git commit that was
used to build the binary. BuildDate
is when the commit was made,
and Revision
is the exact commit SHA.
The SHA may also have the string +CHANGES
appended to the end,
indicating that local, uncommitted changes were detected at build time.
Examples