mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 07:54:10 +00:00
chore: bump version to v4.19.0
This commit is contained in:
parent
417f2df611
commit
ea650bdded
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.18.0
|
||||
4.19.0
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
|
|||
}
|
||||
|
||||
// Final fallback
|
||||
version := "4.18.0"
|
||||
version := "4.19.0"
|
||||
channel := "stable"
|
||||
if strings.Contains(strings.ToLower(version), "rc") {
|
||||
channel = "rc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue