Skip to content

Commit 11e80bb

Browse files
committed
chore: bump version to v4.22.0-rc.6
1 parent 168777d commit 11e80bb

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.5
1+
4.22.0-rc.6

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.5"
170+
version := "4.22.0-rc.6"
171171
channel := "stable"
172172
if strings.Contains(strings.ToLower(version), "rc") {
173173
channel = "rc"

0 commit comments

Comments
 (0)