diff --git a/.goxc.json b/.goxc.json index 2c74a7c..2148bcf 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.24.1", + "PackageVersion": "0.24.2", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/README.md b/README.md index f70897e..ae2572a 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.24.1](https://github.com/jingweno/gh/releases/tag/v0.24.1). +Fast GitHub command line client implemented in Go. Current version is [v0.24.2](https://github.com/jingweno/gh/releases/tag/v0.24.2). ## Overview diff --git a/commands/version.go b/commands/version.go index fcd4c5f..619d96b 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.24.1" +const Version = "0.24.2" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index 9b127e5..fb3c969 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.24.1" + VERSION = "0.24.2" ARCH = if MacOS.prefer_64_bit? "amd64" else