git-bug_version.md

 1## git-bug version
 2
 3Print version information
 4
 5### Synopsis
 6
 7
 8Print version information.
 9
10Format:
11  git-bug <version> [commit[/dirty]] <compiler version> <platform> <arch>
12
13Format Description:
14  <version> may be one of:
15  	- A semantic version string, prefixed with a "v", e.g. v1.2.3
16  	- "undefined" (if not provided, or built with an invalid version string)
17
18  [commit], if present, is the commit hash that was checked out during the
19  build. This may be suffixed with '/dirty' if there were local file
20  modifications. This is indicative of your build being patched, or modified in
21  some way from the commit.
22
23  <compiler version> is the version of the go compiler used for the build.
24
25  <platform> is the target platform (GOOS).
26
27  <arch> is the target architecture (GOARCH).
28
29
30```
31git-bug version [flags]
32```
33
34### Examples
35
36```
37git bug version
38```
39
40### Options
41
42```
43  -h, --help   help for version
44```
45
46### SEE ALSO
47
48* [git-bug](git-bug.md)	 - A bug tracker embedded in Git
49