Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Dec 22, 2013
1 parent f49e4bf commit d84a3d6
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": "0.26.0",
"PackageVersion": "1.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 @@ -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

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

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

0 comments on commit d84a3d6

Please sign in to comment.