Bump up version to 0.1
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
0298981a82
commit
e147601584
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ func main() {
|
|||
app := cli.NewApp()
|
||||
app.Name = "ocic"
|
||||
app.Usage = "client for ocid"
|
||||
app.Version = "0.0.1"
|
||||
app.Version = "0.1"
|
||||
|
||||
app.Commands = []cli.Command{
|
||||
podSandboxCommand,
|
||||
|
|
|
@ -117,7 +117,7 @@ func main() {
|
|||
app := cli.NewApp()
|
||||
app.Name = "ocid"
|
||||
app.Usage = "ocid server"
|
||||
app.Version = "0.0.1"
|
||||
app.Version = "0.1"
|
||||
app.Metadata = map[string]interface{}{
|
||||
"config": server.DefaultConfig(),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue