We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57187d1 commit 28ebb7cCopy full SHA for 28ebb7c
version/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/github/hub/git"
7
)
8
9
-var Version = "2.8.4"
+var Version = "2.9.0"
10
11
func FullVersion() (string, error) {
12
gitVersion, err := git.Version()
0 commit comments