Skip to content

Commit f648cd6

Browse files
author
Mrunal Patel
authored
Merge pull request cri-o#480 from mrunalp/bump_0.3
Bump up to version 0.3
2 parents 27510ac + 22babd5 commit f648cd6

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.2"
70+
app.Version = "0.3"
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
@@ -119,7 +119,7 @@ func main() {
119119
app := cli.NewApp()
120120
app.Name = "ocid"
121121
app.Usage = "ocid server"
122-
app.Version = "0.2"
122+
app.Version = "0.3"
123123
app.Metadata = map[string]interface{}{
124124
"config": server.DefaultConfig(),
125125
}

0 commit comments

Comments
 (0)