Skip to content

Commit

Permalink
Merge pull request #401 from feiskyer/release-1.9
Browse files Browse the repository at this point in the history
Update version to 1.0.0-alpha.1 for release-1.9
  • Loading branch information
feiskyer authored Nov 6, 2018
2 parents ed79886 + 80e099b commit 7f37a5e
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 @@ -91,7 +91,7 @@ func main() {
app := cli.NewApp()
app.Name = "crictl"
app.Usage = "client for CRI"
app.Version = "1.0.0-alpha.0"
app.Version = "1.0.0-alpha.1"

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 = "1.0.0-alpha.0"
app.Version = "1.0.0-alpha.1"

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

0 comments on commit 7f37a5e

Please sign in to comment.