Update module github.com/containers/common to v0.53.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2023-05-04 19:20:46 +00:00
committed by GitHub
parent b83e9925ea
commit 9213943ec9
6 changed files with 37 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-rc.1"
VersionDev = "-rc.2"
)
// Version is the specification version that the package types support.