Merge pull request #449 from mrunalp/release_0.2

Release version 0.2
This commit is contained in:
Antonio Murdaca 2017-04-13 20:30:55 +02:00 committed by GitHub
commit 7d7570e604
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.1"
app.Version = "0.2"
app.Commands = []cli.Command{
podSandboxCommand,

View file

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