Skip to content

Commit c9f68e3

Browse files
committed
Bump version to v0.22.0
1 parent f064a5d commit c9f68e3

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.21.0",
6+
"PackageVersion": "0.22.0",
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.21.0](https://github.com/jingweno/gh/releases/tag/v0.21.0).
5+
Fast GitHub command line client implemented in Go. Current version is [v0.22.0](https://github.com/jingweno/gh/releases/tag/v0.22.0).
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.21.0"
10+
const Version = "0.22.0"
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.21.0"
4+
VERSION = "0.22.0"
55
ARCH = if MacOS.prefer_64_bit?
66
"amd64"
77
else

0 commit comments

Comments
 (0)