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 95f683b + 32b546c commit 7d7570eCopy full SHA for 7d7570e
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.1"
+ app.Version = "0.2"
71
72
app.Commands = []cli.Command{
73
podSandboxCommand,
cmd/ocid/main.go
@@ -117,7 +117,7 @@ func main() {
117
118
app.Name = "ocid"
119
app.Usage = "ocid server"
120
121
app.Metadata = map[string]interface{}{
122
"config": server.DefaultConfig(),
123
}
0 commit comments