Skip to content

Commit

Permalink
Bump version to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Sep 21, 2013
1 parent f064a5d commit c9f68e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ArtifactsDest": "target",
"Arch": "386,amd64",
"Os": "darwin,linux,windows",
"PackageVersion": "0.21.0",
"PackageVersion": "0.22.0",
"PrereleaseInfo": "snapshot",
"Verbosity": "v",
"Resources": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.21.0](https://github.com/jingweno/gh/releases/tag/v0.21.0).
Fast GitHub command line client implemented in Go. Current version is [v0.22.0](https://github.com/jingweno/gh/releases/tag/v0.22.0).

## Overview

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

const Version = "0.21.0"
const Version = "0.22.0"

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

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

0 comments on commit c9f68e3

Please sign in to comment.