We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d7bb6 commit b9cc6eeCopy full SHA for b9cc6ee
version/version.go
@@ -7,7 +7,7 @@ import (
7
"github.com/github/hub/utils"
8
)
9
10
-var Version = "2.3.0-pre4"
+var Version = "2.3.0-pre5"
11
12
func FullVersion() string {
13
gitVersion, err := git.Version()
0 commit comments