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

@ -67,7 +67,7 @@ func main() {
app := cli.NewApp()
app.Name = "crioctl"
app.Usage = "client for crio"
app.Version = "0.3"
app.Version = "1.0.0-alpha.0"
app.Commands = []cli.Command{
podSandboxCommand,