Skip to content

Commit 0851c2a

Browse files
[release-5.34] Bump c/image to v5.34.3
As the title says. This will start the SIC dance to eventually solve: https://issues.redhat.com/browse/RHEL-85218 and https://issues.redhat.com/browse/RHEL-85218 up in Podman for the RHEL 9.6/10.0 ZeroDay. Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 6b6fd18 commit 0851c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// VersionMinor is for functionality in a backwards-compatible manner
99
VersionMinor = 34
1010
// VersionPatch is for backwards-compatible bug fixes
11-
VersionPatch = 2
11+
VersionPatch = 3
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
1414
VersionDev = ""

0 commit comments

Comments
 (0)