Skip to content

Commit

Permalink
Merge pull request #10 from wy-z/dev
Browse files Browse the repository at this point in the history
[version] 1.8.0
  • Loading branch information
wy-z authored Sep 11, 2017
2 parents ddf0833 + 6abc381 commit 8ee35db
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:
1.7.0
1.8.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/tspec/cli"
)

const version = "1.7.0"
const version = "1.8.0"

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

0 comments on commit 8ee35db

Please sign in to comment.