Skip to content

Commit f64891a

Browse files
committed
Bump version to v0.25.1
1 parent 3393698 commit f64891a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .goxc.json

+2-2
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.0",
8+
"PackageVersion": "0.25.1",
99
"PrereleaseInfo": "snapshot",
1010
"Verbosity": "v",
1111
"TaskSettings": {
@@ -25,4 +25,4 @@
2525
}
2626
},
2727
"ConfigVersion": "0.9"
28-
}
28+
}

Diff for: README.md

+1-1
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.0](https://github.com/jingweno/gh/releases/tag/v0.25.0).
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).
66

77
## Overview
88

Diff for: commands/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
)
99

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

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

Diff for: homebrew/gh.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "formula"
22

33
class Gh < Formula
4-
VERSION = "0.25.0"
4+
VERSION = "0.25.1"
55
ARCH = if MacOS.prefer_64_bit?
66
"amd64"
77
else

0 commit comments

Comments
 (0)