We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b1080 + 247ddb0 commit 6177e16Copy full SHA for 6177e16
commands/version.go
@@ -8,7 +8,7 @@ import (
8
"github.com/github/hub/utils"
9
)
10
11
-var Version = "2.2.0-rc1"
+var Version = "2.2.0"
12
13
var cmdVersion = &Command{
14
Run: runVersion,
0 commit comments