File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44[ ![ Build Status] ( https://img.shields.io/travis/kubernetes-incubator/cri-o.svg?maxAge=2592000&style=flat-square )] ( https://travis-ci.org/kubernetes-incubator/cri-o )
55[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/kubernetes-incubator/cri-o?style=flat-square )] ( https://goreportcard.com/report/github.com/kubernetes-incubator/cri-o )
66
7- ### Status: pre- alpha
7+ ### Status: alpha
88
99## What is the scope of this project?
1010
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ func main() {
128128 app := cli .NewApp ()
129129 app .Name = "crio"
130130 app .Usage = "crio server"
131- app .Version = "0.3 "
131+ app .Version = "1.0.0-alpha.0 "
132132 app .Metadata = map [string ]interface {}{
133133 "config" : server .DefaultConfig (),
134134 }
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ func main() {
6767 app := cli .NewApp ()
6868 app .Name = "crioctl"
6969 app .Usage = "client for crio"
70- app .Version = "0.3 "
70+ app .Version = "1.0.0-alpha.0 "
7171
7272 app .Commands = []cli.Command {
7373 podSandboxCommand ,
You can’t perform that action at this time.
0 commit comments