Skip to content

Commit 64df42c

Browse files
committed
chore: bump version to v4.22.0-rc.5
1 parent 3ad4182 commit 64df42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.22.0-rc.4
1+
4.22.0-rc.5

internal/updates/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
167167
}
168168

169169
// Final fallback
170-
version := "4.22.0-rc.4"
170+
version := "4.22.0-rc.5"
171171
channel := "stable"
172172
if strings.Contains(strings.ToLower(version), "rc") {
173173
channel = "rc"

0 commit comments

Comments
 (0)