From 8f0a2205161501925566d3e8a8f663f5ce71af95 Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Fri, 20 Sep 2013 15:13:27 -0700 Subject: [PATCH] Bump version to v0.21.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 5d40378..411ad1a 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.20.1", + "PackageVersion": "0.21.0", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/README.md b/README.md index b373acc..46cb649 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.20.1](https://github.com/jingweno/gh/releases/tag/v0.20.1). +Fast GitHub command line client implemented in Go. Current version is [v0.21.0](https://github.com/jingweno/gh/releases/tag/v0.21.0). ## Overview diff --git a/commands/version.go b/commands/version.go index 6467201..671b480 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.20.1" +const Version = "0.21.0" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index 95a3150..eb37f42 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.20.1" + VERSION = "0.21.0" ARCH = if MacOS.prefer_64_bit? "amd64" else