Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Jul 2, 2013
1 parent 70866f6 commit b2e9727
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.10.0",
"PackageVersion": "0.11.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 [0.10.0](http://bit.ly/go-gh).
Fast GitHub command line client implemented in Go. Current version is [0.11.0](http://bit.ly/go-gh).

## 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.10.0"
const Version = "0.11.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.10.0"
VERSION = "0.11.0"
ARCH = if MacOS.prefer_64_bit?
"amd64"
else
Expand Down

0 comments on commit b2e9727

Please sign in to comment.