Skip to content

Commit

Permalink
Merge pull request #400 from feiskyer/release-1.10
Browse files Browse the repository at this point in the history
Update version to 1.0.0-beta.2 for release-1.10
  • Loading branch information
feiskyer authored Nov 6, 2018
2 parents 202100c + 64b8197 commit 35d7291
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 @@ -96,7 +96,7 @@ func main() {
app := cli.NewApp()
app.Name = "crictl"
app.Usage = "client for CRI"
app.Version = "1.0.0-beta.0"
app.Version = "1.0.0-beta.2"

app.Commands = []cli.Command{
runtimeAttachCommand,
Expand Down
2 changes: 1 addition & 1 deletion cmd/critest/cri_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
benchmarkFlag = "benchmark"
versionFlag = "version"

criTestVersion = "1.0.0-beta.0"
criTestVersion = "1.0.0-beta.2"
)

var (
Expand Down

0 comments on commit 35d7291

Please sign in to comment.