Skip to content

Commit

Permalink
Merge pull request #146 from feiskyer/0.2
Browse files Browse the repository at this point in the history
Bump cri-tools version to 0.2
  • Loading branch information
Random-Liu authored Sep 28, 2017
2 parents 9ff5e8f + 7feca52 commit 955e01a
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 @@ -78,7 +78,7 @@ func main() {
app := cli.NewApp()
app.Name = "crictl"
app.Usage = "client for CRI"
app.Version = "0.1.0"
app.Version = "0.2.0"

app.Commands = []cli.Command{
runtimeAttachCommand,
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.1.0"
app.Version = "0.2.0"

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

0 comments on commit 955e01a

Please sign in to comment.