chore: bump version to v4.3.2

This commit is contained in:
Pulse Monitor 2025-08-14 11:41:00 +00:00
parent e01982c40f
commit c7d3edc187
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.3.1
4.3.2

View file

@ -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"