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 51ee76e commit 4aba585Copy full SHA for 4aba585
version/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/github/hub/git"
7
)
8
9
-var Version = "2.12.3"
+var Version = "2.12.4"
10
11
func FullVersion() (string, error) {
12
gitVersion, err := git.Version()
0 commit comments