Skip to content

Commit 5dcbdc0

Browse files
authored
Merge pull request #613 from mrunalp/bump_1_alpha_0
version: Bump up version to 1.0.0-alpha.0
2 parents 88037b1 + b82df18 commit 5dcbdc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

cmd/crio/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

cmd/crioctl/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)