Skip to content

Commit a12aed7

Browse files
[release-5.26] Bump to v5.26.1
As the title says [NO NEW TESTS NEEDED] Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
1 parent a0ab0d6 commit a12aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
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 = 26
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)