diff --git a/.goxc.json b/.goxc.json index 0940c2f..cbb9a0b 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.23.0", + "PackageVersion": "0.24.0", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/README.md b/README.md index 3cccf90..ffbbe31 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.23.0](https://github.com/jingweno/gh/releases/tag/v0.23.0). +Fast GitHub command line client implemented in Go. Current version is [v0.24.0](https://github.com/jingweno/gh/releases/tag/v0.24.0). ## Overview diff --git a/commands/version.go b/commands/version.go index d0fc3a5..9d9fdc1 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.23.0" +const Version = "0.24.0" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index c81d036..c87a508 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.23.0" + VERSION = "0.24.0" ARCH = if MacOS.prefer_64_bit? "amd64" else