From 55148000b32d95fef60386bc5fb049c09fdb857e Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Sun, 10 Nov 2013 07:01:58 -0800 Subject: [PATCH] Bump version to v0.25.0 --- .goxc.json | 2 +- README.md | 2 +- commands/version.go | 2 +- homebrew/gh.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.goxc.json b/.goxc.json index 1fdae06..d02d98c 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.24.2", + "PackageVersion": "0.25.0", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/README.md b/README.md index ea74fc1..c6615bc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![gh](http://owenou.com/gh/images/gangnamtocat.png) -Fast GitHub command line client implemented in Go. Current version is [v0.24.2](https://github.com/jingweno/gh/releases/tag/v0.24.2). +Fast GitHub command line client implemented in Go. Current version is [v0.25.0](https://github.com/jingweno/gh/releases/tag/v0.25.0). ## Overview diff --git a/commands/version.go b/commands/version.go index 619d96b..e079c7f 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.24.2" +const Version = "0.25.0" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index fb3c969..1119006 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.24.2" + VERSION = "0.25.0" ARCH = if MacOS.prefer_64_bit? "amd64" else