Skip to content

Commit fc41103

Browse files
committed
Bump version to v0.24.2
1 parent 7d0ae12 commit fc41103

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .goxc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ArtifactsDest": "target",
44
"Arch": "386,amd64",
55
"Os": "darwin,linux,windows",
6-
"PackageVersion": "0.24.1",
6+
"PackageVersion": "0.24.2",
77
"PrereleaseInfo": "snapshot",
88
"Verbosity": "v",
99
"Resources": {

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![gh](http://owenou.com/gh/images/gangnamtocat.png)
44

5-
Fast GitHub command line client implemented in Go. Current version is [v0.24.1](https://github.com/jingweno/gh/releases/tag/v0.24.1).
5+
Fast GitHub command line client implemented in Go. Current version is [v0.24.2](https://github.com/jingweno/gh/releases/tag/v0.24.2).
66

77
## Overview
88

Diff for: commands/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
)
99

10-
const Version = "0.24.1"
10+
const Version = "0.24.2"
1111

1212
var cmdVersion = &Command{
1313
Run: runVersion,

Diff for: homebrew/gh.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "formula"
22

33
class Gh < Formula
4-
VERSION = "0.24.1"
4+
VERSION = "0.24.2"
55
ARCH = if MacOS.prefer_64_bit?
66
"amd64"
77
else

0 commit comments

Comments
 (0)