version: Bump to 1.10 dev

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2018-02-27 12:43:39 -08:00
parent 8ea79e755f
commit 4f1e5bef91
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"