Merge pull request #480 from mrunalp/bump_0.3

Bump up to version 0.3
This commit is contained in:
Mrunal Patel 2017-04-28 09:36:01 -07:00 committed by GitHub
commit f648cd6e60
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(),
}