Skip to content

Commit 0ff8c35

Browse files
Merge pull request cri-o#5443 from haircommander/bump-1.20.6
[1.20] bump to 1.20.6
2 parents e80c8db + c6ce5a3 commit 0ff8c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/test/ci/cri-o.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
%global service_name crio
3333

3434
Name: %{repo}
35-
Version: 1.20.0
35+
Version: 1.20.6
3636
Release: 1.ci%{?dist}
3737
Summary: Kubernetes Container Runtime Interface for OCI-based containers
3838
License: ASL 2.0

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Version is the version of the build.
24-
const Version = "1.20.5"
24+
const Version = "1.20.6"
2525

2626
// Variables injected during build-time
2727
var (

0 commit comments

Comments
 (0)