mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-11 21:28:15 +00:00
chore: bump version to v4.3.7
This commit is contained in:
parent
327db5ad80
commit
fc37b06a3e
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.3.6
|
||||
4.3.7
|
||||
|
|
@ -161,7 +161,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
|
|||
}
|
||||
|
||||
// Final fallback
|
||||
version := "4.3.6"
|
||||
version := "4.3.7"
|
||||
channel := "stable"
|
||||
if strings.Contains(strings.ToLower(version), "rc") {
|
||||
channel = "rc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue