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 67a98b4 commit f9c2a63Copy full SHA for f9c2a63
version/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/github/hub/git"
7
)
8
9
-var Version = "2.12.6"
+var Version = "2.12.7"
10
11
func FullVersion() (string, error) {
12
gitVersion, err := git.Version()
0 commit comments