version: Bump to 1.10 dev
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
8ea79e755f
commit
4f1e5bef91
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ sudo crictl --runtime-endpoint /var/run/crio/crio.sock info
|
|||
```
|
||||
Version: 0.1.0
|
||||
RuntimeName: cri-o
|
||||
RuntimeVersion: 1.9.0-dev
|
||||
RuntimeVersion: 1.10.0-dev
|
||||
RuntimeApiVersion: v1alpha1
|
||||
```
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package version
|
||||
|
||||
// Version is the version of the build.
|
||||
const Version = "1.9.0-dev"
|
||||
const Version = "1.10.0-dev"
|
||||
|
|
Loading…
Reference in a new issue