Skip to content

Commit 7d7570e

Browse files
authored
Merge pull request cri-o#449 from mrunalp/release_0.2
Release version 0.2
2 parents 95f683b + 32b546c commit 7d7570e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/ocic/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func main() {
6767
app := cli.NewApp()
6868
app.Name = "ocic"
6969
app.Usage = "client for ocid"
70-
app.Version = "0.1"
70+
app.Version = "0.2"
7171

7272
app.Commands = []cli.Command{
7373
podSandboxCommand,

cmd/ocid/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func main() {
117117
app := cli.NewApp()
118118
app.Name = "ocid"
119119
app.Usage = "ocid server"
120-
app.Version = "0.1"
120+
app.Version = "0.2"
121121
app.Metadata = map[string]interface{}{
122122
"config": server.DefaultConfig(),
123123
}

0 commit comments

Comments
 (0)