Skip to content

Commit

Permalink
Bump version to v0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Oct 23, 2013
1 parent 7d0ae12 commit fc41103
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
)

const Version = "0.24.1"
const Version = "0.24.2"

var cmdVersion = &Command{
Run: runVersion,
Expand Down
2 changes: 1 addition & 1 deletion homebrew/gh.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc41103

Please sign in to comment.