diff --git a/.goxc.json b/.goxc.json index 74b476a..c2e07d4 100644 --- a/.goxc.json +++ b/.goxc.json @@ -5,7 +5,7 @@ "ResourcesInclude": "INSTALL*,README*,LICENSE*", "ResourcesExclude": "*.go", "MainDirsExclude": "Godeps", - "PackageVersion": "0.26.0", + "PackageVersion": "1.0.0", "Verbosity": "v", "TaskSettings": { "downloads-page": { diff --git a/README.md b/README.md index 7d6cb25..d9d927f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![gh](http://owenou.com/gh/images/gangnamtocat.png) -Fast GitHub command line client implemented in Go. Current version is [v0.26.0](https://github.com/jingweno/gh/releases/tag/v0.26.0). +Fast GitHub command line client implemented in Go. Current version is [v1.0.0](https://github.com/jingweno/gh/releases/tag/v1.0.0). ## Overview diff --git a/commands/version.go b/commands/version.go index bd57509..1784b96 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.26.0" +const Version = "1.0.0" var cmdVersion = &Command{ Run: runVersion,