diff --git a/.goxc.json b/.goxc.json index 411ad1a..da74dea 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.21.0", + "PackageVersion": "0.22.0", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/README.md b/README.md index 46cb649..37e5099 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![gh](http://owenou.com/gh/images/gangnamtocat.png) -Fast GitHub command line client implemented in Go. Current version is [v0.21.0](https://github.com/jingweno/gh/releases/tag/v0.21.0). +Fast GitHub command line client implemented in Go. Current version is [v0.22.0](https://github.com/jingweno/gh/releases/tag/v0.22.0). ## Overview diff --git a/commands/version.go b/commands/version.go index 671b480..1634c42 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.21.0" +const Version = "0.22.0" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index eb37f42..75480d6 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.21.0" + VERSION = "0.22.0" ARCH = if MacOS.prefer_64_bit? "amd64" else