Skip to content

Commit

Permalink
Merge pull request #20 from wy-z/dev
Browse files Browse the repository at this point in the history
[version] 2.0.1
  • Loading branch information
wy-z authored Sep 27, 2017
2 parents 95aeaf5 + d5fa18c commit 12cfb2c
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:
tspec [global options] command [command options] [arguments...]
VERSION:
2.0.0
2.0.1
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/tspec/cli"
)

const version = "2.0.0"
const version = "2.0.1"

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

0 comments on commit 12cfb2c

Please sign in to comment.