Skip to content

Commit

Permalink
[version] 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: weiyang <[email protected]>
  • Loading branch information
wy-z committed Sep 25, 2017
1 parent 11b5a47 commit 754d6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USAGE:
tproto [global options] command [command options] [arguments...]
VERSION:
0.0.1
1.0.0
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/wy-z/tproto/cli"
)

const version = "0.0.1"
const version = "1.0.0"

func main() {
cli.Run(version)
Expand Down

0 comments on commit 754d6ec

Please sign in to comment.