Skip to content

Commit e028c5c

Browse files
committed
Bump version to v2.0.0
1 parent 324c5a3 commit e028c5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .goxc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ResourcesInclude": "INSTALL*,README*,LICENSE*",
66
"ResourcesExclude": "*.go",
77
"MainDirsExclude": "Godeps",
8-
"PackageVersion": "1.0.0",
8+
"PackageVersion": "2.0.0",
99
"Verbosity": "v",
1010
"TaskSettings": {
1111
"downloads-page": {

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ g + h = github [![Build Status](https://travis-ci.org/jingweno/gh.png?branch=mas
33

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

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

88
Overview
99
--------

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

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

0 commit comments

Comments
 (0)