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