Skip to content

Commit

Permalink
Merge pull request #113 from feiskyer/bump
Browse files Browse the repository at this point in the history
Bump version to 0.1.0
  • Loading branch information
xlgao-zju authored Jun 28, 2017
2 parents a6fc860 + 3cdf0e3 commit 69c646f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/crictl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
app := cli.NewApp()
app.Name = "crictl"
app.Usage = "client for CRI"
app.Version = "0.0.1"
app.Version = "0.1.0"

app.Commands = []cli.Command{
runtimeVersionCommand,
Expand Down
2 changes: 1 addition & 1 deletion cmd/critest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
app := cli.NewApp()
app.Name = "critest"
app.Usage = "CRI tools for test."
app.Version = "0.0.1"
app.Version = "0.1.0"

app.Commands = []cli.Command{
validationCommand,
Expand Down

0 comments on commit 69c646f

Please sign in to comment.