Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Feb 7, 2014
1 parent 324c5a3 commit e028c5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ResourcesInclude": "INSTALL*,README*,LICENSE*",
"ResourcesExclude": "*.go",
"MainDirsExclude": "Godeps",
"PackageVersion": "1.0.0",
"PackageVersion": "2.0.0",
"Verbosity": "v",
"TaskSettings": {
"downloads-page": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ g + h = github [![Build Status](https://travis-ci.org/jingweno/gh.png?branch=mas

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

Fast GitHub command line client implemented in Go. Current version is [v1.0.0](https://github.com/jingweno/gh/releases/tag/v1.0.0).
Fast GitHub command line client implemented in Go. Current version is [v2.0.0](https://github.com/jingweno/gh/releases/tag/v2.0.0).

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 = "1.0.0"
const Version = "2.0.0"

var cmdVersion = &Command{
Run: runVersion,
Expand Down

0 comments on commit e028c5c

Please sign in to comment.