diff --git a/.goxc.json b/.goxc.json index 08cbb5b..e23f249 100644 --- a/.goxc.json +++ b/.goxc.json @@ -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": { diff --git a/README.md b/README.md index 8b5dd22..4d3a63e 100644 --- a/README.md +++ b/README.md @@ -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 -------- diff --git a/commands/version.go b/commands/version.go index 74bc7d9..323717e 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "1.0.0" +const Version = "2.0.0" var cmdVersion = &Command{ Run: runVersion,