Bump up to version 0.3

Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
Mrunal Patel 2017-04-28 08:13:00 -07:00
parent 27510ac346
commit 22babd5bcd
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ func main() {
app := cli.NewApp()
app.Name = "ocic"
app.Usage = "client for ocid"
app.Version = "0.2"
app.Version = "0.3"
app.Commands = []cli.Command{
podSandboxCommand,

View file

@ -119,7 +119,7 @@ func main() {
app := cli.NewApp()
app.Name = "ocid"
app.Usage = "ocid server"
app.Version = "0.2"
app.Version = "0.3"
app.Metadata = map[string]interface{}{
"config": server.DefaultConfig(),
}