Merge pull request #1381 from mrunalp/bump_1.10_dev

version: Bump to 1.10 dev
This commit is contained in:
Antonio Murdaca 2018-02-28 19:02:52 +01:00 committed by GitHub
commit 47b095ad06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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
```

View file

@ -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"