We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27510ac + 22babd5 commit f648cd6Copy full SHA for f648cd6
cmd/ocic/main.go
@@ -67,7 +67,7 @@ func main() {
67
app := cli.NewApp()
68
app.Name = "ocic"
69
app.Usage = "client for ocid"
70
- app.Version = "0.2"
+ app.Version = "0.3"
71
72
app.Commands = []cli.Command{
73
podSandboxCommand,
cmd/ocid/main.go
@@ -119,7 +119,7 @@ func main() {
119
120
app.Name = "ocid"
121
app.Usage = "ocid server"
122
123
app.Metadata = map[string]interface{}{
124
"config": server.DefaultConfig(),
125
}
0 commit comments