Merge pull request #1381 from mrunalp/bump_1.10_dev
version: Bump to 1.10 dev
This commit is contained in:
commit
47b095ad06
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
|
Version: 0.1.0
|
||||||
RuntimeName: cri-o
|
RuntimeName: cri-o
|
||||||
RuntimeVersion: 1.9.0-dev
|
RuntimeVersion: 1.10.0-dev
|
||||||
RuntimeApiVersion: v1alpha1
|
RuntimeApiVersion: v1alpha1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
// Version is the version of the build.
|
// Version is the version of the build.
|
||||||
const Version = "1.9.0-dev"
|
const Version = "1.10.0-dev"
|
||||||
|
|
Loading…
Add table
Reference in a new issue