Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Jun 17, 2013
1 parent 4738332 commit fc098ce
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.6.1",
"PackageVersion": "0.7.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. Current version is [0.6.1](https://drone.io/github.com/jingweno/gh/files).
Fast GitHub command line client. Current version is [0.7.0](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.6.1"
const Version = "0.7.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.6.1'
VERSION = '0.7.0'

homepage 'https://github.com/jingweno/gh'
url "https://github.com/jingweno/gh/archive/#{VERSION}.tar.gz"
Expand Down

0 comments on commit fc098ce

Please sign in to comment.