Skip to content

Commit b070a2a

Browse files
[release-5.34] Bump to v5.34.1
Bumping to v5.34.1. This will allow the BYOPKI functionality to be added to c/image in time for RHEL 9.6/10.0. This came in via this PR: #2725 Fixes: https://issues.redhat.com/browse/RHEL-79694, https://issues.redhat.com/browse/RHEL-79695 Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent 4524721 commit b070a2a

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 = 0
11+
VersionPatch = 1
1212

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

0 commit comments

Comments
 (0)