Skip to content

Commit

Permalink
Bump version to v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Nov 26, 2013
1 parent 3393698 commit f64891a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goxc.json
Expand Up @@ -5,7 +5,7 @@
"ResourcesInclude": "INSTALL*,README*,LICENSE*",
"ResourcesExclude": "*.go",
"MainDirsExclude": "Godeps",
"PackageVersion": "0.25.0",
"PackageVersion": "0.25.1",
"PrereleaseInfo": "snapshot",
"Verbosity": "v",
"TaskSettings": {
Expand All @@ -25,4 +25,4 @@
}
},
"ConfigVersion": "0.9"
}
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

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

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

## Overview

Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Expand Up @@ -7,7 +7,7 @@ import (
"os"
)

const Version = "0.25.0"
const Version = "0.25.1"

var cmdVersion = &Command{
Run: runVersion,
Expand Down
2 changes: 1 addition & 1 deletion homebrew/gh.rb
@@ -1,7 +1,7 @@
require "formula"

class Gh < Formula
VERSION = "0.25.0"
VERSION = "0.25.1"
ARCH = if MacOS.prefer_64_bit?
"amd64"
else
Expand Down

0 comments on commit f64891a

Please sign in to comment.