version: Bump up version to 1.0.0-alpha.0

Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
Mrunal Patel 2017-06-20 08:58:34 -07:00
parent 88037b143b
commit b82df188c6
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ func main() {
app := cli.NewApp()
app.Name = "crio"
app.Usage = "crio server"
app.Version = "0.3"
app.Version = "1.0.0-alpha.0"
app.Metadata = map[string]interface{}{
"config": server.DefaultConfig(),
}