git-bug_version.md

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