Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/test/ci/cri-o.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%global service_name crio

Name: %{repo}
Version: 1.22.0
Version: 1.23.0
Release: 1.ci%{?dist}
Summary: Kubernetes Container Runtime Interface for OCI-based containers
License: ASL 2.0
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// Version is the version of the build.
const Version = "1.22.0"
const Version = "1.23.0"

// Variables injected during build-time
var (
Expand Down