chore: bump version to v4.23.0
This commit is contained in:
parent
18a88cb4cc
commit
a328dbd8e6
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
4.22.0
|
4.23.0
|
||||||
|
|
|
||||||
|
|
@ -167,7 +167,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Final fallback
|
// Final fallback
|
||||||
version := "4.22.0"
|
version := "4.23.0"
|
||||||
channel := "stable"
|
channel := "stable"
|
||||||
if strings.Contains(strings.ToLower(version), "rc") {
|
if strings.Contains(strings.ToLower(version), "rc") {
|
||||||
channel = "rc"
|
channel = "rc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue