git-bug_version.md

 1## git-bug version
 2
 3Show git-bug version information.
 4
 5```
 6git-bug version [flags]
 7```
 8
 9### Options
10
11```
12  -n, --number   Only show the version number
13  -c, --commit   Only show the commit hash
14  -a, --all      Show all version information
15  -h, --help     help for version
16```
17
18### SEE ALSO
19
20* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
21