Skip to content

Commit 71a13a6

Browse files
Merge pull request cri-o#9578 from cri-o/release-1.32.10
Bump version to 1.32.10
2 parents 2de10fd + 1b8c6cd commit 71a13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Version is the version of the build.
24-
const Version = "1.32.9"
24+
const Version = "1.32.10"
2525

2626
// ReleaseMinorVersions are the currently supported minor versions.
2727
var ReleaseMinorVersions = []string{"1.31", "1.30", "1.29"}

0 commit comments

Comments
 (0)