Revert "Release version 0.2"

This commit is contained in:
Pes2009k 2017-04-18 16:16:57 +04:30 committed by GitHub
parent 7d7570e604
commit 3a894bd671
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.1"
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.2"
app.Version = "0.1"
app.Metadata = map[string]interface{}{
"config": server.DefaultConfig(),
}