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 Aug 22, 2017
1 parent 1124ed9 commit b0057c9
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 @@ -19,7 +19,7 @@ USAGE:
tspec [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 @@ -11,7 +11,7 @@ import (
)

// Version defines tspec version
const Version = "0.0.1"
const Version = "1.0.0"

type cliOpts struct {
PkgPath string
Expand Down

0 comments on commit b0057c9

Please sign in to comment.