We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b81bd commit 6faa8a8Copy full SHA for 6faa8a8
version/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/github/hub/git"
7
)
8
9
-var Version = "2.12.7"
+var Version = "2.12.8"
10
11
func FullVersion() (string, error) {
12
gitVersion, err := git.Version()
0 commit comments