Skip to content

Commit

Permalink
Merge pull request #3 from wy-z/dev
Browse files Browse the repository at this point in the history
[version] 1.1.2
  • Loading branch information
wy-z authored Sep 28, 2017
2 parents f848a1e + ff476f9 commit 565a9e5
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:
1.0.1
1.1.2
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 = "1.0.1"
const version = "1.1.2"

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

0 comments on commit 565a9e5

Please sign in to comment.