diff --git a/contrib/test/ci/cri-o.spec b/contrib/test/ci/cri-o.spec index d50475cf626..9ed9c4ebe2f 100644 --- a/contrib/test/ci/cri-o.spec +++ b/contrib/test/ci/cri-o.spec @@ -32,7 +32,7 @@ %global service_name crio Name: %{repo} -Version: 1.22.0 +Version: 1.22.1 Release: 1.ci%{?dist} Summary: Kubernetes Container Runtime Interface for OCI-based containers License: ASL 2.0 diff --git a/internal/version/version.go b/internal/version/version.go index 41b786c135f..6f5ed90917c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -21,7 +21,7 @@ import ( ) // Version is the version of the build. -const Version = "1.22.0" +const Version = "1.22.1" // Variables injected during build-time var (