chore: bump version to v4.3.7

This commit is contained in:
Pulse Monitor 2025-08-14 19:37:11 +00:00
parent 327db5ad80
commit fc37b06a3e
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.3.6
4.3.7

View file

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