Skip to content

Commit 736f83c

Browse files
[release-5.26] Bump c/image to v5.26.3
As the title says. Bumping to v5.26.3 to address CVE-2024-3727 Signed-off-by: tomsweeneyredhat <[email protected]>
1 parent cbe31a2 commit 736f83c

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
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 3
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-dev"
14+
VersionDev = ""
1515
)
1616

1717
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)