diff --git a/.goxc.json b/.goxc.json index 4811487..08cc7cc 100644 --- a/.goxc.json +++ b/.goxc.json @@ -4,7 +4,7 @@ "Arch": "386,amd64", "ArtifactsDest": "target", "Os": "darwin,linux,windows", - "PackageVersion": "0.5.0", + "PackageVersion": "0.5.1", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/README.md b/README.md index eb8f306..fa1e76e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![gh](http://owenou.com/gh/images/gangnamtocat.png) -Fast GitHub command line client. Current version is [0.5.0](https://drone.io/github.com/jingweno/gh/files). +Fast GitHub command line client. Current version is [0.5.1](https://drone.io/github.com/jingweno/gh/files). ## Overview diff --git a/commands/version.go b/commands/version.go index 5c1f15f..d6f15fd 100644 --- a/commands/version.go +++ b/commands/version.go @@ -6,7 +6,7 @@ import ( "github.com/jingweno/gh/utils" ) -const Version = "0.5.0" +const Version = "0.5.1" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index 66710f9..7026dae 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require 'formula' class Gh < Formula - VERSION = '0.5.0' + VERSION = '0.5.1' ARCH = if MacOS.prefer_64_bit? 'amd64' else