diff --git a/.goxc.json b/.goxc.json index 08cc7cc..62e1a0a 100644 --- a/.goxc.json +++ b/.goxc.json @@ -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": { diff --git a/README.md b/README.md index 11c9405..173c061 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.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 diff --git a/commands/version.go b/commands/version.go index d6f15fd..1a27df5 100644 --- a/commands/version.go +++ b/commands/version.go @@ -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, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index 7026dae..1a3480d 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -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