Skip to content

Commit 9d9bcea

Browse files
committed
Bump version to v0.26.0
1 parent 98074ef commit 9d9bcea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ResourcesInclude": "INSTALL*,README*,LICENSE*",
66
"ResourcesExclude": "*.go",
77
"MainDirsExclude": "Godeps",
8-
"PackageVersion": "0.25.1",
8+
"PackageVersion": "0.26.0",
99
"PrereleaseInfo": "snapshot",
1010
"Verbosity": "v",
1111
"TaskSettings": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![gh](http://owenou.com/gh/images/gangnamtocat.png)
44

5-
Fast GitHub command line client implemented in Go. Current version is [v0.25.1](https://github.com/jingweno/gh/releases/tag/v0.25.1).
5+
Fast GitHub command line client implemented in Go. Current version is [v0.26.0](https://github.com/jingweno/gh/releases/tag/v0.26.0).
66

77
## Overview
88

commands/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
)
99

10-
const Version = "0.25.1"
10+
const Version = "0.26.0"
1111

1212
var cmdVersion = &Command{
1313
Run: runVersion,

0 commit comments

Comments
 (0)