diff --git a/tutorial.md b/tutorial.md index 68434d6c..a272b0c8 100644 --- a/tutorial.md +++ b/tutorial.md @@ -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 ``` diff --git a/version/version.go b/version/version.go index 7eaa12c4..91efe2ed 100644 --- a/version/version.go +++ b/version/version.go @@ -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"