Skip to content

Commit 63aee40

Browse files
committedSep 21, 2019
hub 2.12.6
1 parent a19347a commit 63aee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/github/hub/git"
77
)
88

9-
var Version = "2.12.5"
9+
var Version = "2.12.6"
1010

1111
func FullVersion() (string, error) {
1212
gitVersion, err := git.Version()

0 commit comments

Comments
 (0)
Please sign in to comment.