Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Jun 9, 2013
1 parent 4278172 commit 455a098
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 @@ -4,7 +4,7 @@
"Arch": "386,amd64",
"ArtifactsDest": "target",
"Os": "darwin,linux,windows",
"PackageVersion": "0.5.1",
"PackageVersion": "0.5.2",
"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. Current version is [0.5.1](https://drone.io/github.com/jingweno/gh/files).
Fast GitHub command line client. Current version is [0.5.2](https://drone.io/github.com/jingweno/gh/files).

## Overview

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

const Version = "0.5.1"
const Version = "0.5.2"

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.5.1'
VERSION = '0.5.2'
ARCH = if MacOS.prefer_64_bit?
'amd64'
else
Expand Down

0 comments on commit 455a098

Please sign in to comment.